fprettify
fprettify copied to clipboard
Feature Request: spaces for binary operators ** and //
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).