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

13 lines
162 B
TOML
Raw Normal View History

indent = [
"function_definition",
"while_statement",
"for_statement",
"if_statement",
"begin_statement",
"switch_statement",
]
outdent = [
"end"
]