blob: f920d244e70baca7ddcc91a462f09daa4015a66f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
repos:
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v0.11.3
hooks:
- id: stylua
- repo: local
hooks:
- id: fnlfmt
name: fnlfmt
entry: fnlfmt --fix
language: system
files: '\.fnl$'
exclude: '\.fnlm$'
|