Open tueda opened 2 years ago
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".
fprettify
""
''
'don''t'
"don't"
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"
.