Add .editorconfig
This commit is contained in:
parent
3384c39a17
commit
b325933a8b
6 changed files with 160 additions and 151 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.{html,css,scss}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in a new issue