diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 17:57:51 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 17:57:51 -0500 |
commit | 19dda2828c9dc60ab2152008abcac7945a75af8b (patch) | |
tree | 37026ba9276decc81bdd4c9db892f0f5adb0224f /.luacheckrc | |
parent | 2bb2995d2cd11c842a2c091a213df1af6c237108 (diff) | |
download | lightcontroller-19dda2828c9dc60ab2152008abcac7945a75af8b.tar lightcontroller-19dda2828c9dc60ab2152008abcac7945a75af8b.tar.gz lightcontroller-19dda2828c9dc60ab2152008abcac7945a75af8b.tar.bz2 lightcontroller-19dda2828c9dc60ab2152008abcac7945a75af8b.tar.xz lightcontroller-19dda2828c9dc60ab2152008abcac7945a75af8b.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..8d851f8 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "digilines", + "default", +} |