1
0
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:
Donovan Glover 2022-06-04 07:33:22 -04:00
parent 4fdf375a17
commit eca6f0b46c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,3 +17,7 @@ indent_size = 4
[*.html]
indent_style = tab
indent_size = 4
[*.go]
indent_style = tab
indent_size = 4