diff options
author | Kolen Cheung <christian.kolen@gmail.com> | 2017-10-26 22:34:36 -0700 |
---|---|---|
committer | Kolen Cheung <christian.kolen@gmail.com> | 2017-10-26 22:34:36 -0700 |
commit | 4bb54e0a56c262862cbbe2a96dafaca59948fb98 (patch) | |
tree | f6ba6aecd6636d4f565f975fb32f5a20f0b4be19 /.editorconfig | |
parent | 8ebf5c5f45f4ac6b2fb1fea170763faacb773bf6 (diff) | |
download | pandoc-4bb54e0a56c262862cbbe2a96dafaca59948fb98.tar.gz |
.editorconfig: change tests/ to test/ as in 18ab864
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 5f40572b0..4eaaa8c44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ trim_trailing_whitespace = true [*.{markdown,md}] trim_trailing_whitespace = false -[tests/*] +[test/*] insert_final_newline = false trim_trailing_whitespace = false |