mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
6bfd001b48
use latest upstream version move comptime from @keyword.function to @keyword.directive use AssignOp enhance indents
17 lines
162 B
TOML
17 lines
162 B
TOML
indent = [
|
|
"Block",
|
|
"BlockExpr",
|
|
"ContainerDecl",
|
|
"SwitchExpr",
|
|
"AssignExpr",
|
|
"ErrorUnionExpr",
|
|
"Statement",
|
|
"InitList"
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
"]",
|
|
")"
|
|
]
|