Skip to content

Commit f661374

Browse files
authored
Merge pull request #79005 from xedin/dont-touch-whitespace-by-default
[.editorconfig] Don't trim trailing whitespace
2 parents 3afe8eb + fafa700 commit f661374

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)