Skip to content

Escaped space characters is not retained after code formatting #4

@altrive

Description

@altrive

Escaped space characters is not retained after code formatting operation.

Example

#Before format
"1" + `   + "1"
#After format
"1" + + "1"

PowerShell buildin tokenizer doesn't return escaped space characters(` ).
If this problem cause wrong formatting result case, it may need to fixed.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions