diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 18:24:37 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 18:24:37 -0500 |
commit | c05caf502e954b0618ce717305d5112ab9d8cc9d (patch) | |
tree | 4e24a692dd28d01a75d67ad858c7a9260bb294cc /.luacheckrc | |
parent | 889b83ac24dac0b4b608cd03e09334b79053712c (diff) | |
download | printer-master.tar printer-master.tar.gz printer-master.tar.bz2 printer-master.tar.xz printer-master.zip |
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..e66ba22 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "ItemStack", + "digilines", +} |