nidus-sync/lefthook.yml

6 lines
113 B
YAML

pre-commit:
commands:
gofmt:
glob: "*.go"
run: gofmt -w {staged_files}
stage_fixed: true