diff options
| author | cheapie <no-email-for-you@example.com> | 2026-04-17 07:54:35 -0500 |
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2026-04-17 07:54:35 -0500 |
| commit | da1504c9038293f3927bf5c961b95df6e1445088 (patch) | |
| tree | d287b365310f329ba8ab014357ab812b0917ea65 /.luacheckrc | |
| download | carts_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-- | .luacheckrc | 10 |
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", +} |
