fortran-lang / fprettify

auto-formatter for modern fortran source code
https://pypi.python.org/pypi/fprettify
Other
374 stars 78 forks source link

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

Open tueda opened 2 years ago

tueda commented 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".