Browse Source

Merge pull request #119 from metalmatze/fix/editorconfig

Go uses ident size 8 with tabs. Nothing else.
for-closed-social
Lunny Xiao 8 years ago
committed by GitHub
parent
commit
f6d53ecbc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .editorconfig

+ 1
- 1
.editorconfig View File

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

Loading…
Cancel
Save