canola.nvim/selene.toml
2026-02-23 18:13:51 -05:00

7 lines
121 B
TOML

std = 'vim'
exclude = [".direnv/*"]
[lints]
mixed_table = 'allow'
unused_variable = 'allow'
bad_string_escape = 'allow'