Skip to content

ability to align => and possibly other syntax tokensΒ #63

@thyseus

Description

@thyseus

πŸš€ 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions