nidus-sync/lefthook.yml

7 lines
113 B
YAML
Raw Permalink Normal View History

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