Ken Thomases : .editorconfig: Remove the trim_trailing_whitespace setting.

Alexandre Julliard julliard at winehq.org
Tue Mar 26 16:43:13 CDT 2019


Module: wine
Branch: master
Commit: 692d7c6f5c2f5b5d96f1f6ab6889bac3695a9215
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=692d7c6f5c2f5b5d96f1f6ab6889bac3695a9215

Author: Ken Thomases <ken at codeweavers.com>
Date:   Mon Mar 25 19:17:09 2019 -0500

.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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 .editorconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 289038d..82f5734 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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
 




More information about the wine-cvs mailing list