-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
the
api exist to change indent level on syntax nodes. It works by returning a copy of the node with indentation applied.
Long after the introduction of that API, we've switched to mutable API for editing syntax nodes, so now the preference is to modify data in-place. We should introduce new trait for in-place indentation changes, and then update all the usages of the old trait, one by one (no need to do everything in one go).
Metadata
Metadata
Assignees
Labels
No labels