Add .editorconfig
This commit is contained in:
parent
542b6738fc
commit
a28f3a5d4d
1 changed files with 8 additions and 0 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
[*]
|
||||
indent_style = tab
|
||||
|
||||
[*.json]
|
||||
tab_width = 4
|
||||
|
||||
[*.{styl,css}]
|
||||
tab_width = 2
|
Reference in a new issue