From 00cb74663718dd7c19a05895aca0e6d76bce7042 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sun, 18 Aug 2024 10:24:48 +0200 Subject: [PATCH] style: format .luacheckrc --- .luacheckrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 70eb8ac..12055c2 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,10 +1,10 @@ ignore = { - "631", -- max_line_length - "122", -- read-only field of global variable + "631", -- max_line_length + "122", -- read-only field of global variable } read_globals = { - "vim", - "describe", - "it", - "assert" + "vim", + "describe", + "it", + "assert" }