helix-mods/runtime/queries/nix/indents.toml
2021-08-08 13:26:30 +09:00

19 lines
161 B
TOML

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