diff options
| author | cheapie <no-email-for-you@example.com> | 2024-09-14 18:19:49 -0500 | 
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2024-09-14 18:19:49 -0500 | 
| commit | 30c1a9448e58a65d26babaca9dfa13a847644749 (patch) | |
| tree | a1723d4b0dc39ce65c79b93bddfb68aba2024dec /.luacheckrc | |
| parent | 4242777674df62dbb9a676d07e97faf65168c1eb (diff) | |
| download | mooncontroller_convert-main.tar mooncontroller_convert-main.tar.gz mooncontroller_convert-main.tar.bz2 mooncontroller_convert-main.tar.xz mooncontroller_convert-main.zip | |
This one already passes :)
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", +} | 
