Add a .luacheckrc and some code style changes

This commit is contained in:
HybridDog
2021-10-24 19:50:00 +02:00
parent 6b259b94ad
commit 4e32b5e9a0
4 changed files with 69 additions and 61 deletions

3
.luacheckrc Normal file
View File

@ -0,0 +1,3 @@
read_globals = {"minetest", "vector", "PseudoRandom", "ItemStack", "VoxelArea",
"table", "dump", "default"}
globals = {"riesenpilz"}