Skip to content

Commit 3d21388

Browse files
author
Thomas Boerger
committed
Unified editorconfig accross all projects
1 parent bf8d90c commit 3d21388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.editorconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ trim_trailing_whitespace = true
1111
indent_style = tab
1212
indent_size = 8
1313

14-
[*.tmpl]
15-
indent_style = tab
16-
indent_size = 2
17-
18-
[Makefile]
14+
[*.{tmpl,html}]
1915
indent_style = tab
16+
indent_size = 4
2017

2118
[*.{less,yml}]
2219
indent_style = space
23-
indent_size = 2
20+
indent_size = 4
2421

2522
[*.js]
2623
indent_style = space
2724
indent_size = 4
25+
26+
[Makefile]
27+
indent_style = tab

0 commit comments

Comments
 (0)