* Remove editorconfig whitespace rule for text files

* Remove trailing whitespace from readme.txt
This commit is contained in:
Adrian Duffell 2021-05-11 13:41:45 +08:00 committed by GitHub
parent d822515b2f
commit 4ca9f57cf6
2 changed files with 66 additions and 69 deletions

View File

@ -15,9 +15,6 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.txt]
trim_trailing_whitespace = false
[*.{md,json,yml}]
trim_trailing_whitespace = false
indent_style = space