r(indents): fix brace_list alignment

This commit is contained in:
Pedro Castro 2022-03-28 16:08:30 -03:00 committed by Christian Clason
parent 3b974b7257
commit cf9faaa0e3
3 changed files with 8 additions and 4 deletions

View file

@ -3,6 +3,7 @@
(paren_list)
(special)
(pipe)
(call)
"|>"
"if"
"else"
@ -16,10 +17,6 @@
")"
] @branch
((call) @aligned_indent
(#set! "delimiter" "()"))
((formal_parameters (identifier)) @aligned_indent
(#set! "delimiter" "()"))