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