style: format .luacheckrc

This commit is contained in:
Marc Jakobi
2024-08-18 10:24:48 +02:00
committed by Marc Jakobi
parent eaceabaa4d
commit 00cb746637

View File

@@ -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"
}