From dcae4fd87dc72c9960008af4123f1064fcb835c7 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 16 Jan 2026 09:54:35 -0600 Subject: Add initial content --- .luacheckrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..6ec5413 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,5 @@ +max_line_length = 160 +read_globals = { + "core", + "vector", +} -- cgit v1.2.3