diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 16:58:08 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 16:58:08 -0500 |
commit | 9ab552ae19fb10d4630192aaeb494d6f1fd88e7b (patch) | |
tree | 8e2181cd321e67d79e150966308d249fd69fd1f7 /.luacheckrc | |
parent | 7dc5c49155e5b610af5a9467c66ef7f9e82997bd (diff) | |
download | daynightratio-9ab552ae19fb10d4630192aaeb494d6f1fd88e7b.tar daynightratio-9ab552ae19fb10d4630192aaeb494d6f1fd88e7b.tar.gz daynightratio-9ab552ae19fb10d4630192aaeb494d6f1fd88e7b.tar.bz2 daynightratio-9ab552ae19fb10d4630192aaeb494d6f1fd88e7b.tar.xz daynightratio-9ab552ae19fb10d4630192aaeb494d6f1fd88e7b.zip |
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..063f893 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +max_line_length = 160 + +read_globals = { + "playersettings", + "minetest", +} |