Create and push an initial working version of this repo before I change things on this machine Signed-off-by: Robert Morrison <robert@closedless.xyz>
13 lines
331 B
YAML
13 lines
331 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: mixed-line-ending
|
|
- repo: https://github.com/JohnnyMorganz/StyLua
|
|
rev: v0.18.0
|
|
hooks:
|
|
- id: stylua # or stylua-system / stylua-github
|