Skip to content

Commit

Permalink
TRUNK-5298 Prevent editorconfig from trimming trailing whitespaces
Browse files Browse the repository at this point in the history
we have trailing whitespaces in our code due to our formatter settings
removing those with editorconfig will cause a lot of changes and be in
conflict with our style
  • Loading branch information
teleivo committed Dec 31, 2017
1 parent 40f2dcf commit 7db5179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = false
indent_style = tab
indent_size = 4

0 comments on commit 7db5179

Please sign in to comment.