fix(editorconfig): don't trim trailing whitespace in txt files
This commit is contained in:
parent
6ae29a25e8
commit
7ef01ab32f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ trim_trailing_whitespace = true
|
|||
|
||||
[*.txt]
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Add table
Reference in a new issue