summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2026-04-17 07:54:35 -0500
committercheapie <no-email-for-you@example.com>2026-04-17 07:54:35 -0500
commitda1504c9038293f3927bf5c961b95df6e1445088 (patch)
treed287b365310f329ba8ab014357ab812b0917ea65 /.luacheckrc
downloadcarts_despawn-da1504c9038293f3927bf5c961b95df6e1445088.tar
carts_despawn-da1504c9038293f3927bf5c961b95df6e1445088.tar.gz
carts_despawn-da1504c9038293f3927bf5c961b95df6e1445088.tar.bz2
carts_despawn-da1504c9038293f3927bf5c961b95df6e1445088.tar.xz
carts_despawn-da1504c9038293f3927bf5c961b95df6e1445088.zip
Add initial content
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..d57e796
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,10 @@
+max_line_length = 160
+
+globals = {
+ "core",
+}
+
+read_globals = {
+ "vector",
+ "carts",
+}