feat(swift): add will/didSet indent

Fixes CI error in PR.6237
This commit is contained in:
Phạm Huy Hoàng 2024-03-03 23:56:32 +09:00 committed by 再生花
parent 3d08cdd741
commit 63ca90eaa3
4 changed files with 10 additions and 3 deletions

View file

@ -32,6 +32,9 @@
(array_literal) ; [ foo, bar ]
(dictionary_literal) ; [ foo: bar, x: y ]
(lambda_literal)
(willset_didset_block)
(willset_clause)
(didset_clause)
] @indent.begin
; @something(...)