Skip to content

Commit

Permalink
style: stop inserting final_newline to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Oct 27, 2024
1 parent 6e68330 commit 7f9d8c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false

[*.rs]
indent_style = space
indent_size = 2

0 comments on commit 7f9d8c4

Please sign in to comment.