.editorconfig: Remove the trim_trailing_whitespace setting.

Editors don't behave consistently.  Some remove trailing whitespace from the
entire file, not just touched lines, on save.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Ken Thomases 2019-03-25 19:17:09 -05:00 committed by Alexandre Julliard
parent c7f323107b
commit 692d7c6f5c
1 changed files with 0 additions and 1 deletions

View File

@ -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