From 48091dcf984f278152d2927cd6cf06f086072f61 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 17 Apr 2025 15:59:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager) --- .luacheckrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 4789984..6149112 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,6 +1,10 @@ -std = "max" +-- WARNING! +-- THIS IS AN AUTOGENERATED FILE! +-- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN! + +std = "love+max" cache = true -include_files = {"**/*.lua"} +include_files = {"**.lua", "*.luacheckrc"} exclude_files = {} self = false max_line_length=false