Skip to content

Commit

Permalink
.editorconfig: Update for more standards aware editors
Browse files Browse the repository at this point in the history
  • Loading branch information
WickedShell authored and tridge committed May 22, 2023
1 parent 0d6d16d commit 63f57fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false # These are the correct rules for APM coding standards, but fixing up old files causes git spam
insert_final_newline = false
# These are the correct rules for APM coding standards, but fixing up old files causes git spam
trim_trailing_whitespace = false
insert_final_newline = true

[*.mk]
indent_style = tab
Expand Down

0 comments on commit 63f57fc

Please sign in to comment.