Skip to content

Commit 7ef01ab

Browse files
committed
fix(editorconfig): don't trim trailing whitespace in txt files
1 parent 6ae29a2 commit 7ef01ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trim_trailing_whitespace = true
1111

1212
[*.txt]
1313
insert_final_newline = false
14+
trim_trailing_whitespace = false
1415

1516
[*.md]
1617
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)