1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2025-07-22 09:40:31 +02:00

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"}