Skip to content

Commit fafa700

Browse files
committed
[.editorconfig] Don't trim trailing whitespace
There is so much of it everywhere that opening any file in the project ends up creating large diffs which have nothing to do with the changes, test files are especially affected by this.
1 parent 71015c6 commit fafa700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ root = true
55
[*]
66
indent_style = space
77
indent_size = 2
8-
trim_trailing_whitespace = true
8+
trim_trailing_whitespace = false
99
insert_final_newline = true

0 commit comments

Comments
 (0)