fix(editorconfig): don't trim trailing whitespace in txt files
This commit is contained in:
@@ -11,6 +11,7 @@ trim_trailing_whitespace = true
|
|||||||
|
|
||||||
[*.txt]
|
[*.txt]
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|||||||
Reference in New Issue
Block a user