From 749f7b52675546a74d0fc1c8b42f54dee1ca24ce Mon Sep 17 00:00:00 2001 From: Jude Melton-Houghton Date: Thu, 14 Apr 2022 17:42:24 -0400 Subject: [PATCH] Improve .luacheckrc formatting --- .luacheckrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index a7472a7..043a834 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -36,7 +36,14 @@ files["mesecons/actionqueue.lua"] = { } files["*/spec/**/*.lua"] = { - read_globals = {"assert", "fixture", "mineunit", "Player", "sourcefile", "world"}, + read_globals = { + "assert", + "fixture", + "mineunit", + "Player", + "sourcefile", + "world", + }, } files["mesecons/spec/fixtures/voxelmanip.lua"] = {