Closed zepfietje closed 1 year ago
Behavior improved in 1.1.6
. If the directive parameters begin/end on the same line, it will stay that way.
However, if they are purposely separated it will now indent relative to the opening:
<div>
@if (count(
$tenants = filament()->getUserTenants(
filament()
->auth()
->user()
)
))
@endif
</div>
Looks good to me, thanks again! 💪
Input
Output
Would expect input to remain unchanged, or indentation to be proper.