forked from mtcontrib/vector_extras
Add .luacheckrc and some code cleanup
This commit is contained in:
5
.luacheckrc
Normal file
5
.luacheckrc
Normal file
@ -0,0 +1,5 @@
|
||||
read_globals = {
|
||||
-- Defined by Minetest
|
||||
"minetest", "PseudoRandom", "VoxelArea", "string", "dump", "math"
|
||||
}
|
||||
globals = {"vector", "vector_extras_functions"}
|
Reference in New Issue
Block a user