Merge pull request #119 from metalmatze/fix/editorconfig

Go uses ident size 8 with tabs. Nothing else.
This commit is contained in:
Lunny Xiao
2016-11-08 19:13:29 +08:00
committed by GitHub

View File

@ -10,7 +10,7 @@ trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4
indent_size = 8
[*.tmpl]
indent_style = tab