.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>
This commit is contained in:
parent
c7f323107b
commit
692d7c6f5c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue