Skip to content

Commit

Permalink
Disable trim_trailing_whitespace for md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 3, 2023
1 parent dbc138c commit 9a9efd2
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 @@ -7,5 +7,8 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2

0 comments on commit 9a9efd2

Please sign in to comment.