aboutsummaryrefslogblamecommitdiff
path: root/runtime/queries/nix/indents.toml
blob: b92ab752df9949981ce101a9a4c6cf48f9a9db66 (plain) (tree)
1
2
3
4
5
6
7
8
          


              
       
      

                   




                 
 
indent = [
 # "function",
 "bind",
 "assert",
 "with",
 "let",
 "if",

 "attrset",
 "list",
 "indented_string",
 "parenthesized",
]

outdent = [
  "}",
  "]",
]