From 17ea4e1f1f09f2c9e9403a9a2ddd5690b043a626 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 9 Aug 2021 22:05:35 +0300 Subject: [PATCH] add json --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4a0ccf1..441b66a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,9 +9,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{js,py}] -charset = utf-8 - [*.py] indent_style = space indent_size = 4 @@ -20,7 +17,7 @@ indent_size = 4 indent_style = space indent_size = 2 -[{*.html,*.css}] +[{*.html,*.css,*.json}] indent_style = tab indent_size = 4