From 636e35877e64eaa39843147e01636e11ffb827ae Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 8 Oct 2014 19:26:50 +0000 Subject: [PATCH] .jshintrc is a json file and .editorconfig should treat it like a json file props netweb fixes #29884 git-svn-id: https://develop.svn.wordpress.org/trunk@29858 602fd350-edb4-49c9-b593-d223f7449a82 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9c21cd8bce..4c1fef9ffe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[{*.json,*.yml}] +[{.jshintrc,*.json,*.yml}] indent_style = space indent_size = 2