[editorconfig] simplify and use tabs

This commit is contained in:
eleith 2023-08-16 14:02:12 +00:00
parent ef5153291d
commit f623a14ab0
1 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,5 @@
root = true
[**.js]
indent_style = space
indent_size = 2
[**.css]
indent_style = space
indent_size = 2
[**.html]
indent_style = space
[*]
indent_style = tab
indent_size = 2