Skip to content

Commit 45c0b24

Browse files
committed
Do not trim trailing whitespaces for .txt files
Signed-off-by: Jack Cherng <[email protected]>
1 parent 79fe91b commit 45c0b24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11+
[*.txt]
12+
trim_trailing_whitespace = false
13+
1114
[*.bat]
1215
charset = latin1
1316
end_of_line = crlf

0 commit comments

Comments
 (0)