you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago

If the formatting configuration forces one specific style then that is the deliberate choice; to have that one.

If there is no uniform single string quoting it is useful to differentiate between them; for example if for normal strings ' is preferred while for specific cases where escaping characters like \n is required, " must be used.

  • source
  • parent