chore: initial commit

This commit is contained in:
Ali Almohaya 2022-09-25 23:30:27 +03:00
commit ed8c3dde6c
No known key found for this signature in database
GPG key ID: 4B80BC43FC6007E0
6 changed files with 56 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
.PHONY: lint
lint:
luacheck lua
fmt:
stylua --config-path stylua.toml --glob 'lua/**/*.lua' -- lua