Closed wUFr closed 8 years ago
You should add in your preferences:
"alignment.chars": {
":": {
"spaceBefore": 0,
"spaceAfter": 1
},
"=>": {
"spaceBefore": 1,
"spaceAfter": 1
},
"=": {
"spaceBefore": 1,
"spaceAfter": 1
}
}
=>
isn't configured by default.
added, thx for tip :)
after align:
= >
is not valid in PHP and will end up inParse error: syntax error, unexpected '=', expecting ')'
:)Tested in Visual Studio Code 1.7.1 with this plugin: https://marketplace.visualstudio.com/items?itemName=annsk.alignment