Closed rvanasa closed 1 week ago
Improves the whitespace logic for situations with token-tree ambiguity between addition / positive numbers and subtraction / negative numbers. For instance, x-5 now formats to x - 5 instead of x -5.
x-5
x - 5
x -5
Improves the whitespace logic for situations with token-tree ambiguity between addition / positive numbers and subtraction / negative numbers. For instance,
x-5
now formats tox - 5
instead ofx -5
.