Add record declaration indentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-06-13 11:24:47 +02:00
parent 964c9a685d
commit 7927a8cde7
3 changed files with 26 additions and 12 deletions

View file

@ -54,6 +54,10 @@
"}" @branch
(record_expression "}" @indent_end)
(record_type) @indent
"}" @branch
(record_type "}" @indent_end)
(variable_declaration) @indent
; }}}