mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
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…
x
Reference in New Issue
Block a user