.editorconfig: change tests/ to test/ as in 18ab864

This commit is contained in:
Kolen Cheung 2017-10-26 22:34:36 -07:00
parent 8ebf5c5f45
commit 4bb54e0a56

View file

@ -11,6 +11,6 @@ trim_trailing_whitespace = true
[*.{markdown,md}]
trim_trailing_whitespace = false
[tests/*]
[test/*]
insert_final_newline = false
trim_trailing_whitespace = false