Skip to content

Commit

Permalink
editorconfig: prevents whitespace diff noise
Browse files Browse the repository at this point in the history
fixes #1838
  • Loading branch information
MarcelHB committed Jul 1, 2023
1 parent 8373dc7 commit 34ba11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
trim_trailing_whitespace = false

[*.{yml,baf,md,txt,sh}]
indent_style = space
Expand Down

0 comments on commit 34ba11a

Please sign in to comment.