Skip to content

Commit 88cf79a

Browse files
committed
[.editorconfig] Remove trim_trailing_whitespace
Forcing this to be `false` is unhelpful for editors that allow incremental removal of trailing whitespace as you edit, such as Xcode. For now, avoid enforcing the setting, leaving it up to individual editor configurations. This restores the behavior prior to the addition of the `.editorconfig`.
1 parent 63b7f05 commit 88cf79a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ root = true
55
[*]
66
indent_style = space
77
indent_size = 2
8-
trim_trailing_whitespace = false
98
insert_final_newline = true

0 commit comments

Comments
 (0)