From 4d4d42079179a5659b172d0a6cd12aadfac00c3c Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 16:45:00 -0500 Subject: Add luacheck configuration --- .luacheckrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') 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", +} -- cgit v1.2.3