Fix go formatting

This commit is contained in:
Marco Ferrari 2020-11-06 23:52:00 +01:00
parent 1d6fad5626
commit 7f1c3a3a45
2 changed files with 5 additions and 1 deletions

View file

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Println("hello world")
fmt.Println("hello world")
}

View file

@ -24,3 +24,7 @@ spaces_around_brackets = false
# Max line length (not supported by all editors)
# Enable this option by un-commenting the following line
# max_line_length = 150
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 4