summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-18 18:51:43 -0500
committercheapie <no-email-for-you@example.com>2024-09-18 18:51:43 -0500
commit06ffda5514d7d65140f3a32a28397ef60478f2fc (patch)
tree6c97fbd9da9cc604af1254efe0a09ad75e7d3165 /.luacheckrc
downloadadvtouchscreen-main.tar
advtouchscreen-main.tar.gz
advtouchscreen-main.tar.bz2
advtouchscreen-main.tar.xz
advtouchscreen-main.zip
Add initial contentHEADmain
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc6
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",
+}