Unified editorconfig accross all projects

release/v1.0
Thomas Boerger 8 years ago
parent bf8d90c5cc
commit 3d2138812c
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6

@ -11,17 +11,17 @@ trim_trailing_whitespace = true
indent_style = tab indent_style = tab
indent_size = 8 indent_size = 8
[*.tmpl] [*.{tmpl,html}]
indent_style = tab
indent_size = 2
[Makefile]
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