diff options
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..257113e --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { +	"minetest", +	"vector", +	"digilines", +	"screwdriver", +} | 
