feat(zig): improve indents (#7471)

This commit is contained in:
Vincent Rischmann 2024-12-15 22:29:54 +01:00 committed by GitHub
parent 5cf3434c69
commit 54a29bf99d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,12 @@
[ [
(block) (block)
(struct_declaration) (struct_declaration)
(enum_declaration)
(union_declaration)
(switch_expression) (switch_expression)
(if_expression)
(while_expression)
(for_expression)
(initializer_list) (initializer_list)
] @indent.begin ] @indent.begin