mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04:00
13 lines
139 B
TOML
13 lines
139 B
TOML
indent = [
|
|
"if_condition",
|
|
"foreach_loop",
|
|
"while_loop",
|
|
"function_def",
|
|
"macro_def",
|
|
"normal_command",
|
|
]
|
|
|
|
outdent = [
|
|
")"
|
|
]
|