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