Skip to content

Commit

Permalink
.editorconfig: Remove the trim_trailing_whitespace setting.
Browse files Browse the repository at this point in the history
Editors don't behave consistently.  Some remove trailing whitespace from the
entire file, not just touched lines, on save.

Signed-off-by: Ken Thomases <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
  • Loading branch information
KenThomases authored and julliard committed Mar 26, 2019
1 parent c7f3231 commit 692d7c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ indent_style = space
indent_size = 4
tab_width = 8
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100

Expand Down

0 comments on commit 692d7c6

Please sign in to comment.