From 514a9a9c559b69e0decda3f74f0c65ee416ac8ba Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Wed, 9 Sep 2026 11:24:09 +0200 Subject: [PATCH] non important trailing whitespace ignored --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 480fb5c..c89948b 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -10,7 +10,7 @@ globals = { } ignore = { - "631" --Trailing whitespace + "631", -- Trailing whitespace } -- DCS Mission Scripting Environment API