chore: enable more formatting on save
1 file changed, 19 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -15,3 +15,22 @@ - nlreturn - paralleltest - usestdlibvars - whitespace +formatters: + enable: + - gofumpt + - golines + - goimports + settings: + gofmt: + simplify: true + golines: + tab-len: 2 + goimports: + local-prefixes: + - alin.ovh/erl + exclusions: + generated: lax + paths: + - third_party$ + - builtin$ + - examples$