lain/.luacheckrc

12 lines
130 B
Lua

codes = true
allow_defined = true
max_line_length = false
globals = {
"client", "screen", "mouse"
}
ignore = {
"131",
}