diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 15:09:56 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 15:09:56 -0500 |
commit | 931de0485b90bc1770321902f4efc2fbc251d861 (patch) | |
tree | 52f6f2a807996080cce31a5301dd0a1bde594882 /.luacheckrc | |
parent | 75cb2d76222a08748a260cd2d12a507feb21924b (diff) | |
download | dropthecaps-master.tar dropthecaps-master.tar.gz dropthecaps-master.tar.bz2 dropthecaps-master.tar.xz dropthecaps-master.zip |
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..f12f10b --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "irc", + "notice", +} |