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

19 lines
161 B
TOML
Raw Normal View History

2021-06-10 03:07:24 +02:00
indent = [
2021-08-08 06:26:30 +02:00
# "function",
"bind",
"assert",
"with",
2021-06-10 03:07:24 +02:00
"let",
2021-08-08 06:26:30 +02:00
"if",
2021-06-10 03:07:24 +02:00
"attrset",
"list",
"indented_string",
2021-08-08 06:26:30 +02:00
"parenthesized",
]
outdent = [
"}",
"]",
2021-06-10 03:07:24 +02:00
]