From 7637a41f23e3ae298c181fa6bafdb80e6b2b0986 Mon Sep 17 00:00:00 2001 From: Dom Harrington Date: Thu, 1 Nov 2018 13:32:09 -0700 Subject: [PATCH] Make sure json files use editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 74bafd7b0..18e3f010c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true end_of_line = lf insert_final_newline = true -[*{js,jsx}] +[*{js,jsx,json}] charset = utf-8 indent_style = space trim_trailing_whitespace = true