summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..6b4fc45
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,5 @@
+max_line_length = 160
+
+read_globals = {
+ "digistuff",
+}