mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
.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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue