What should semantic diffs highlight: The change or its effect? - eviltoast
  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 days 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.