diff options
| author | cheapie <no-email-for-you@example.com> | 2024-09-14 16:45:00 -0500 | 
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2024-09-14 16:45:00 -0500 | 
| commit | 4d4d42079179a5659b172d0a6cd12aadfac00c3c (patch) | |
| tree | a1942663bd27a3a800436582caf584cec18bc0ba /.luacheckrc | |
| parent | 704516730564c8d42a2c03da547cb976059a3e11 (diff) | |
| download | solidcolor-master.tar solidcolor-master.tar.gz solidcolor-master.tar.bz2 solidcolor-master.tar.xz solidcolor-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..9ced1c8 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { +	"minetest", +	"unifieddyes", +	"default", +} | 
