From 9efcb6096022d297def1a694bbb22e8920528f82 Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Wed, 30 Jan 2019 22:22:17 +0000 Subject: [PATCH] Add .json to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index cd5933c6d..e46085531 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,6 @@ insert_final_newline = false [*.js] end_of_line = lf -[*.{js,css,html}] +[*.{js,json,css,html}] indent_style = space indent_size = 4 \ No newline at end of file