SoloVim/selene.toml
2025-10-08 23:50:54 +03:00

9 lines
169 B
TOML

std = "neovim"
[rules]
global_usage = "allow"
undefined_variable = "allow"
multiple_statements = "allow"
incorrect_standard_library_use = "allow"
mixed_table = "allow"