diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 15:14:04 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 15:14:04 -0500 |
commit | 07a87d8494d462934d67d773bb49cc55f34a83af (patch) | |
tree | e3df339347dd18bc14a4b542b63c5ad07038d431 /.luacheckrc | |
parent | da5e807e3f8630dc0b3eaa6d34f57d3933aa532d (diff) | |
download | handdryer-master.tar handdryer-master.tar.gz handdryer-master.tar.bz2 handdryer-master.tar.xz handdryer-master.zip |
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..faae6c7 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", +} |