Browse Source

Unified editorconfig accross all projects

tags/v1.0.0
Thomas Boerger 7 years ago
parent
commit
3d2138812c
No account linked to committer's email address
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      .editorconfig

+ 6
- 6
.editorconfig View File

indent_style = tab indent_style = tab
indent_size = 8 indent_size = 8


[*.tmpl]
indent_style = tab
indent_size = 2

[Makefile]
[*.{tmpl,html}]
indent_style = tab indent_style = tab
indent_size = 4


[*.{less,yml}] [*.{less,yml}]
indent_style = space indent_style = space
indent_size = 2
indent_size = 4


[*.js] [*.js]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4

[Makefile]
indent_style = tab

Loading…
Cancel
Save