.editorconfig file simplified

This commit is contained in:
Nurasyl Aldan 2018-03-13 23:41:01 +06:00
parent 19ebed9527
commit 441b04b681
1 changed files with 1 additions and 9 deletions

View File

@ -8,19 +8,11 @@ trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 233
[*.json]
indent_style = space
indent_size = 2
[.prettierrc]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.yaml]
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2