fprettify icon indicating copy to clipboard operation
fprettify copied to clipboard

Feature Request: spaces for binary operators ** and //

Open e-kwsm opened this issue 4 years ago • 0 comments
trafficstars

At present fprettify can add whitespaces for the following binary operators:

  • + and -
  • * and /
  • ==, /=, etc

But it always removes spaces before and after ** (power) and // (concatenation).

e-kwsm avatar Mar 11 '21 00:03 e-kwsm