Skip to content

Commit

Permalink
Merge pull request #346 from JanKru/main
Browse files Browse the repository at this point in the history
refactor: add editorconfig rules for md-files
  • Loading branch information
h-enk authored Mar 2, 2024
2 parents 0b7c184 + d074ba8 commit ff2eadc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false

0 comments on commit ff2eadc

Please sign in to comment.