You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xyz<-R6::R6Class(
"xyz",
public=list(
initialize=function(
aaa="xyz", # <- there should be 6 spaces herebbb="abcd"# <- there should be 6 spaces here
) {
print("hey")
}
)
)
@ColinFay thanks for the report! Are you also struggling with RStudio adding 4 spaces instead of 2 for function arguments on a new line? I just opened an issue for that here: rstudio/rstudio#10752
Given the following code:
It gets formatted as :
Smaller reprex is
which gets formatted :
The text was updated successfully, but these errors were encountered: