Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Strings are getting modified => Include paths are invalid after formatting #2

@timbslr

Description

@timbslr

Right now, a string like "path/to/folder" becomes "path / to / folder", which modifies the string (strings shouldn't be touched by a formatter!) and invalidates the path.

The easiest fix to keep include-paths valid would be to delete the line that formats divisions (the one that replaces "/" with " / "), but a far better fix would be to implement a mechanism that recognizes strings and leaves them untouched.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions