diff options
author | cheapie <no-email-for-you@example.com> | 2024-12-30 16:54:45 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-12-30 16:54:45 -0600 |
commit | d677a4d1d6d2d1dc6af36b644f8f01bacf0313b7 (patch) | |
tree | 9571b0610c95a75f6e7bce2b090479f959044f77 /.luacheckrc | |
download | bm_to_mesecons-main.tar bm_to_mesecons-main.tar.gz bm_to_mesecons-main.tar.bz2 bm_to_mesecons-main.tar.xz bm_to_mesecons-main.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..a21d36f --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +max_line_length = 120 +read_globals = { + "core", + "mesecon", + "vector", +} |