diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..c729e1b --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,17 @@ +max_line_length = 160 + +globals = { + "mem", +} + +read_globals = { + "minetest", + "vector", + "event", + "os.datetable", + "interrupt", + "digiline_send", + "default", + "digilines", + "screwdriver", +} |