Fix editorconfig for test files
Test output files should be exactly as defined with regard to trailing whitespace. This keeps editorconfig from breaking those files.
This commit is contained in:
parent
82d4160bdc
commit
67051b6e5d
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ trim_trailing_whitespace = true
|
|||
|
||||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[tests/*]
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Add table
Reference in a new issue