Skip to content

Commit

Permalink
all: Change the editorconfig so that it won't want to reformat
Browse files Browse the repository at this point in the history
.editorconfig is a great way to ensure developers follow our
line ending/tab conventions, but we shouldn't have it default
to fixing any lines that were not edited.
  • Loading branch information
geeksville authored and Craig Elder committed Jul 10, 2014
1 parent f43064d commit 4c34807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
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

[*.mk]
indent_style = tab
Expand Down

0 comments on commit 4c34807

Please sign in to comment.