diff options
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", +} |