.editorconfig: change tests/ to test/ as in 18ab864
This commit is contained in:
parent
8ebf5c5f45
commit
4bb54e0a56
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ trim_trailing_whitespace = true
|
|||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[tests/*]
|
||||
[test/*]
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in a new issue