Skip to content
Snippets Groups Projects
Commit 4c348079 authored by Kevin Hester's avatar Kevin Hester Committed by Craig Elder
Browse files

all: Change the editorconfig so that it won't want to reformat

.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.
parent f43064dd
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ indent_style = space ...@@ -13,8 +13,8 @@ indent_style = space
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = 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 = true insert_final_newline = false
[*.mk] [*.mk]
indent_style = tab indent_style = tab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment