fprettify
fprettify copied to clipboard
Feature request: normalize string literal quotes, "abc" vs. 'abc'
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".