diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 19:29:50 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 19:29:50 -0500 |
commit | 1bcfd22b43cb5fdd5f73b5709c9bde86f06d76a2 (patch) | |
tree | 629a893dbaf6148363fd45d2bf2924d03f22bf81 /.luacheckrc | |
parent | a3cc68ddeecbd35b5f4dd75433a4e924a6932bb8 (diff) | |
download | digidisplay-master.tar digidisplay-master.tar.gz digidisplay-master.tar.bz2 digidisplay-master.tar.xz digidisplay-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..257113e --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "digilines", + "screwdriver", +} |