Skip to content

Reformatting code does not work correctly #1795

@amirhosseinab

Description

@amirhosseinab

Reformatting Code in IDE does not act on the parts of code that contain operator
For example in the code below the spaces between operands and operators are not apply

i=i+1 

It should change to

i = i + 1 

but it does not.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions