diff options
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..2d16e9a --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,10 @@ +max_line_length = 160 + +globals = { +	"mesecon", +} + +read_globals = { +	"minetest", +	"vector", +} | 
