fprettify icon indicating copy to clipboard operation
fprettify copied to clipboard

Feature request: normalize string literal quotes, "abc" vs. 'abc'

Open tueda opened this issue 3 years ago • 0 comments
trafficstars

It would be nice if fprettify could have an ability to normalize string literal quotes to either "" or '' according to user preferences. This normalization should not change the meaning of literals. For example, 'don''t' -> "don't".

tueda avatar Dec 03 '21 18:12 tueda