Improve nix indents
This commit is contained in:
parent
02cba2a7f4
commit
e2c3547f26
1 changed files with 12 additions and 3 deletions
|
@ -1,9 +1,18 @@
|
|||
indent = [
|
||||
"if",
|
||||
# "function",
|
||||
"bind",
|
||||
"assert",
|
||||
"with",
|
||||
"let",
|
||||
"function",
|
||||
"if",
|
||||
|
||||
"attrset",
|
||||
"list",
|
||||
"indented_string",
|
||||
"parenthesized"
|
||||
"parenthesized",
|
||||
]
|
||||
|
||||
outdent = [
|
||||
"}",
|
||||
"]",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue