Skip to content

Commit

Permalink
clean up .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 23, 2024
1 parent 3b17db3 commit 71af8f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

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

[*.{md,markdown}]
# don't trim trailing spaces because markdown syntax allows that
trim_trailing_whitespace = false

[{makefile,Makefile,MAKEFILE}]
indent_style = tab
trim_trailing_whitespace = true

0 comments on commit 71af8f3

Please sign in to comment.