forked from extern/nix-config
editorconfig: Use standard formatting for go
go fmt uses tabs instead of spaces, so we might as well format our code the same way.
This commit is contained in:
parent
4fdf375a17
commit
eca6f0b46c
@ -17,3 +17,7 @@ indent_size = 4
|
||||
[*.html]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
Loading…
Reference in New Issue
Block a user