From: VirtualTam Date: Tue, 3 Apr 2018 21:33:20 +0000 (+0200) Subject: Update EditorConfig for frontend resources X-Git-Tag: v0.10.0~32^2~4 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=9fb22af6b3b5d7dfd9ef3999c21df4d21be8504b Update EditorConfig for frontend resources Signed-off-by: VirtualTam --- diff --git a/.editorconfig b/.editorconfig index ae2dd4cc..8783e4cb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{htaccess,html,xml,js}] +[*.{htaccess,html,js,json,xml}] indent_size = 2 [*.php]