diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 16:42:18 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 16:42:18 -0500 |
commit | 599142ca6989717ff90ec615619be57d531eb681 (patch) | |
tree | 6581547b5ad1b85a363a3ca6cf2c31b154f71b58 /.luacheckrc | |
parent | f4fe17bb0f0415291ada235273ff2925bda98b6e (diff) | |
download | areasprotector-master.tar areasprotector-master.tar.gz areasprotector-master.tar.bz2 areasprotector-master.tar.xz areasprotector-master.zip |
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..6408e64 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "areas", +} |