mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
Merge pull request #119 from metalmatze/fix/editorconfig
Go uses ident size 8 with tabs. Nothing else.
This commit is contained in:
commit
f6d53ecbc1
@ -10,7 +10,7 @@ trim_trailing_whitespace = true
|
||||
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
indent_size = 8
|
||||
|
||||
[*.tmpl]
|
||||
indent_style = tab
|
||||
|
Loading…
Reference in New Issue
Block a user