Add record declaration indentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
964c9a685d
commit
7927a8cde7
3 changed files with 26 additions and 12 deletions
|
|
@ -54,6 +54,10 @@
|
|||
"}" @branch
|
||||
(record_expression "}" @indent_end)
|
||||
|
||||
(record_type) @indent
|
||||
"}" @branch
|
||||
(record_type "}" @indent_end)
|
||||
|
||||
(variable_declaration) @indent
|
||||
; }}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue