diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-18 18:51:43 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-18 18:51:43 -0500 |
commit | 06ffda5514d7d65140f3a32a28397ef60478f2fc (patch) | |
tree | 6c97fbd9da9cc604af1254efe0a09ad75e7d3165 /.luacheckrc | |
download | advtouchscreen-06ffda5514d7d65140f3a32a28397ef60478f2fc.tar advtouchscreen-06ffda5514d7d65140f3a32a28397ef60478f2fc.tar.gz advtouchscreen-06ffda5514d7d65140f3a32a28397ef60478f2fc.tar.bz2 advtouchscreen-06ffda5514d7d65140f3a32a28397ef60478f2fc.tar.xz advtouchscreen-06ffda5514d7d65140f3a32a28397ef60478f2fc.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..906e1b9 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "digilines", +} |