From 4bb54e0a56c262862cbbe2a96dafaca59948fb98 Mon Sep 17 00:00:00 2001 From: Kolen Cheung Date: Thu, 26 Oct 2017 22:34:36 -0700 Subject: .editorconfig: change tests/ to test/ as in 18ab864 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') 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 -- cgit v1.2.3