diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 15:20:19 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 15:20:19 -0500 |
commit | 21ddad626844c494e17d277b54445a9e675625a5 (patch) | |
tree | ad8cd2b2df28688cab6b8aa177c81c94021320c8 /.luacheckrc | |
parent | 0c619f62c96162d61e646825d0caa7b0e6c5e060 (diff) | |
download | icemachine-21ddad626844c494e17d277b54445a9e675625a5.tar icemachine-21ddad626844c494e17d277b54445a9e675625a5.tar.gz icemachine-21ddad626844c494e17d277b54445a9e675625a5.tar.bz2 icemachine-21ddad626844c494e17d277b54445a9e675625a5.tar.xz icemachine-21ddad626844c494e17d277b54445a9e675625a5.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..4a1863f --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "pipeworks", + "technic", +} |