-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
area: formattingIssues related to formatting and indentationIssues related to formatting and indentationlang: r
Milestone
Description
A common R code formatting convention is to vertically align function arguments. In RStudio, this behavior is called "Vertically align arguments in auto-indent" (Code -> Editing).
We should support this convention in Positron to make it easier for people to format their code nicely, and to make it easier to transition from RStudio.
Currently our auto-indent rules are declarative:
Note however that LSPs can supply as-you-type formatters, which might allow us to adopt more complex or contextual behavior.
DavisVaughan, mine-cetinkaya-rundel and archavan
Metadata
Metadata
Assignees
Labels
area: formattingIssues related to formatting and indentationIssues related to formatting and indentationlang: r