helix-plus/runtime/queries/nix/indents.toml

19 lines
161 B
TOML

indent = [
# "function",
"bind",
"assert",
"with",
"let",
"if",
"attrset",
"list",
"indented_string",
"parenthesized",
]
outdent = [
"}",
"]",
]