vscode-as3mxml icon indicating copy to clipboard operation
vscode-as3mxml copied to clipboard

asformat: Specific code signature causes formatting to break

Open esidegallery opened this issue 3 years ago • 0 comments

It appears that a line of code with the following signature or similar will cause asformat to incorrectly set spaces around semicolons from that line onward:

if (bool ? Vector.<*>(data) : null)

The following is a working example (file attached as .txt): asformat Issue Test.txt

esidegallery avatar Aug 31 '22 14:08 esidegallery