mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Fix go formatting
This commit is contained in:
parent
1d6fad5626
commit
7f1c3a3a45
2 changed files with 5 additions and 1 deletions
|
@ -3,5 +3,5 @@ package main
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("hello world")
|
fmt.Println("hello world")
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,3 +24,7 @@ spaces_around_brackets = false
|
||||||
# Max line length (not supported by all editors)
|
# Max line length (not supported by all editors)
|
||||||
# Enable this option by un-commenting the following line
|
# Enable this option by un-commenting the following line
|
||||||
# max_line_length = 150
|
# max_line_length = 150
|
||||||
|
|
||||||
|
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in a new issue