mirror of https://github.com/helix-editor/helix
Improve nix indents
parent
02cba2a7f4
commit
e2c3547f26
@ -1,9 +1,18 @@
|
|||||||
indent = [
|
indent = [
|
||||||
"if",
|
# "function",
|
||||||
|
"bind",
|
||||||
|
"assert",
|
||||||
|
"with",
|
||||||
"let",
|
"let",
|
||||||
"function",
|
"if",
|
||||||
|
|
||||||
"attrset",
|
"attrset",
|
||||||
"list",
|
"list",
|
||||||
"indented_string",
|
"indented_string",
|
||||||
"parenthesized"
|
"parenthesized",
|
||||||
|
]
|
||||||
|
|
||||||
|
outdent = [
|
||||||
|
"}",
|
||||||
|
"]",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue