mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Fix go formatting
This commit is contained in:
parent
1d6fad5626
commit
7f1c3a3a45
2 changed files with 5 additions and 1 deletions
|
@ -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