This commit is contained in:
Alexander Popov 2021-08-09 22:05:35 +03:00
parent 5b3952f8cd
commit 17ea4e1f1f
1 changed files with 1 additions and 4 deletions

View File

@ -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