Unified editorconfig accross all projects

This commit is contained in:
Thomas Boerger 2016-11-28 14:27:54 +01:00
parent 2d8ded8916
commit 77d84c1592
No known key found for this signature in database
GPG key ID: 5A388F55283960B6

View file

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