diff options
| author | cheapie <no-email-for-you@example.com> | 2024-09-14 20:32:07 -0500 |
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2024-09-14 20:32:07 -0500 |
| commit | c92e18daaea4ab7e9358cb1f63695bee2a05a4c0 (patch) | |
| tree | 11d7b72d09343c1298b0b6156d80489f2fd2c3f8 /.luacheckrc | |
| parent | d04056b1f89f5506decbc90e2a044ec136ef6944 (diff) | |
| download | rgblightstone-master.tar rgblightstone-master.tar.gz rgblightstone-master.tar.bz2 rgblightstone-master.tar.xz rgblightstone-master.zip | |
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..9a04114 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,9 @@ +max_line_length = 160 + +globals = { + "rgblightstone", +} + +read_globals = { + "minetest", +} |
