diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..b6dde77 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +- id: luaformatter + name: LuaFormatter + description: Format Lua code to a set style + entry: lua-format -i + language: lua + types: [lua]