annsk / vscode-alignment

Align chars in selection.
MIT License
13 stars 6 forks source link

Align to => support #1

Closed sirsimon closed 7 years ago

sirsimon commented 7 years ago

In php file plugin put one space after equal char, when aligning to arrow:

array(
  first => 1,
  second => 2
)

is aligned to

array(
  first  = > 1,
  second = > 2
)

against to

array(
  first  => 1,
  second => 2
)
annsk commented 7 years ago

Corrected in 0.1.0.