[PATCH] .editorconfig: Remove the trim_trailing_whitespace setting.
26 Mar
2019
26 Mar
'19
12:17 a.m.
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(a)codeweavers.com> --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 289038d37f0..82f57343ad0 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 -- 2.21.0
2458
Age (days ago)
2458
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ken Thomases