diff options
author | cheapie <no-email-for-you@example.com> | 2024-10-02 11:46:12 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-10-02 11:46:12 -0500 |
commit | 50249987378c8715aa2b9ff9be4f4c1be7b227c5 (patch) | |
tree | b76e9eb01cb3e8afc05e5304efe748b850aa73bf /.luacheckrc | |
download | cb_spill-50249987378c8715aa2b9ff9be4f4c1be7b227c5.tar cb_spill-50249987378c8715aa2b9ff9be4f4c1be7b227c5.tar.gz cb_spill-50249987378c8715aa2b9ff9be4f4c1be7b227c5.tar.bz2 cb_spill-50249987378c8715aa2b9ff9be4f4c1be7b227c5.tar.xz cb_spill-50249987378c8715aa2b9ff9be4f4c1be7b227c5.zip |
Add initial content
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..3c2038b --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,5 @@ +max_line_length = 160 + +read_globals = { + "minetest", +} |