mirror of
https://github.com/HybridDog/vector_extras.git
synced 2025-07-16 23:10:27 +02:00
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