gs-pre-commit-scala/.pre-commit-hooks.yaml

8 lines
160 B
YAML

---
- id: scalafmt
name: scalafmt
description: "runs the scalafmt code formatter"
entry: scalafmt
language: coursier
types: [text]
stages: [commit]