-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
What would it take to support the following styles?
- @yihui's, e.g. in tinytex
- e.g., use
=
for assignment, use'
for strings
- e.g., use
- @wlandau's in drake
- start argument list on the following line in a function declaration, no space between
)
and{
- start argument list on the following line in a function declaration, no space between
I'm sure there's a related postponed issue, but I haven't looked.
Edit: This is now documented in a few vignettes and we have a GitHub template for custom style guides.
wlandau and eitsupi