Преглед изворни кода

Unified editorconfig accross all projects

tags/v1.0.0
Thomas Boerger пре 7 година
родитељ
комит
3d2138812c
No account linked to committer's email address
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6
    6
      .editorconfig

+ 6
- 6
.editorconfig Прегледај датотеку

@@ -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

Loading…
Откажи
Сачувај