diff options
| author | cheapie <no-email-for-you@example.com> | 2024-09-14 16:25:05 -0500 | 
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2024-09-14 16:25:05 -0500 | 
| commit | 5b58bff9d050184ba1c9b9e2edb352cbcf608d11 (patch) | |
| tree | 69a18a815cb8c9fb6d979db3fb2595dfd62938a6 /.luacheckrc | |
| parent | 13f2bd25496f2b996be85472ea64aa5ee7ee3d75 (diff) | |
| download | newplayer-master.tar newplayer-master.tar.gz newplayer-master.tar.bz2 newplayer-master.tar.xz newplayer-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..97738ca --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,9 @@ +max_line_length = 160 + +globals = { +	"newplayer", +} + +read_globals = { +	"minetest", +} | 
