Skip to content

Commit ce077c4

Browse files
committed
TASK: trim_trailing_whitespace = true editor config
we currently dont have any test cases, that are working with trailing whitespaces to assert the parser is working correctly, so we dont need this config to be false (and in the future we can opt out this for certain files if required)
1 parent bf49cfe commit ce077c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ indent_style = space
88
indent_size = 4
99
end_of_line = lf
1010
charset = utf-8
11-
trim_trailing_whitespace = false
11+
trim_trailing_whitespace = true
1212
insert_final_newline = true
1313

1414
[*.afx]

0 commit comments

Comments
 (0)