fix(php): do not indent after class/enum decl

This commit is contained in:
再生花 2024-07-09 10:12:29 +09:00 committed by GitHub
parent ebdffa78bd
commit 53c79ddc28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 0 deletions

View file

@ -40,6 +40,12 @@
(compound_statement
"}" @indent.end)
(declaration_list
"}" @indent.end)
(enum_declaration_list
"}" @indent.end)
(return_statement
";" @indent.end)