-
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
π Describe the Feature
I want the option for mago to align => tokens on the same columns when appropriate
β Use Case / Example
'email' => $user->email,
'telephone' => $user->phone,
'telefax' => $user->fax,
should be formatted to:
'email' => $user->email,
'telephone' => $user->phone,
'telefax' => $user->fax,
π‘ Proposed Solution
Evaluate if this make sense for other syntax tokens or even operators ?
π Priority
Not urgent, just an idea
π Additional Context
No response
Reactions are currently unavailable