Unified editorconfig accross all projects
This commit is contained in:
parent
bf8d90c5cc
commit
3d2138812c
1 changed files with 6 additions and 6 deletions
|
@ -11,17 +11,17 @@ trim_trailing_whitespace = true
|
|||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
||||
[*.tmpl]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
[*.{tmpl,html}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.{less,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
Reference in a new issue