From 297da27d5dbc142385e19571eb4123683d9b5e10 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 4 Sep 2016 21:59:26 -0700 Subject: [PATCH] update editorconfig for new dir changes --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2c8059a5ae..87ab3ca391 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = false -[{tests/,}lib/**] +[tests/] indent_style = ignore end_of_line = ignore insert_final_newline = ignore