first commit

This commit is contained in:
yetone
2024-08-12 23:53:28 +08:00
commit 9edd4202af
11 changed files with 1944 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
luacheck:
luacheck `find -name "*.lua"` --codes
stylecheck:
stylua --check lua/
stylefix:
stylua lua/