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