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"] = {