14 lines
225 B
TOML
14 lines
225 B
TOML
std = "vim"
|
|
|
|
exclude = [
|
|
"lua/gentags/commons/*.lua",
|
|
"lua/gentags/commons/*/*.lua",
|
|
"lua/gentags/commons/*/*/*.lua",
|
|
]
|
|
|
|
[lints]
|
|
mixed_table = "allow"
|
|
unused_variable = "allow"
|
|
incorrect_standard_library_use = "allow"
|
|
|