Skip to content

Commit f973b4b

Browse files
Complete third-party style guide documentation
1 parent 4b24ff6 commit f973b4b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

vignettes/distribute_custom_style_guides.Rmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This vignette describes how you can distribute your own style guide. It builds o
2222

2323
There are a few packages that implement a third-party style guide that are maintained by styler contributors:
2424

25-
- [lorenzwalthert/styler.nocomments](https://github.com/lorenzwalthert/styler.nocomments)
26-
- [lorenzwalthert/semicoloner](https://github.com/lorenzwalthert/semicoloner)
27-
- [lorenzwalthert/oneliner](https://github.com/lorenzwalthert/oneliner)
28-
- [mlr-org/styler.mlr](https://github.com/mlr-org/styler.mlr)
25+
- [lorenzwalthert/styler.nocomments](https://github.com/lorenzwalthert/styler.nocomments): Drops comments.
26+
- [lorenzwalthert/semicoloner](https://github.com/lorenzwalthert/semicoloner): Puts `;` at the end of liens.
27+
- [lorenzwalthert/oneliner](https://github.com/lorenzwalthert/oneliner): Puts all code on one line.
28+
- [mlr-org/styler.mlr](https://github.com/mlr-org/styler.mlr): Implements mlr's style guide.
2929

3030
Other available style guides include:
31-
32-
- [ropensci-review-tools/spaceout](https://github.com/ropensci-review-tools/spaceout)
33-
- [gadenbuie/grkstyle](https://github.com/gadenbuie/grkstyle)
31+
- [Robinlovelace/styler.equals](https://github.com/Robinlovelace/styler.equals): Tidyverse style but `=` instead of `<-` for assignment.
32+
- [ropensci-review-tools/spaceout](https://github.com/ropensci-review-tools/spaceout): More spaces around braces.
33+
- [gadenbuie/grkstyle](https://github.com/gadenbuie/grkstyle): Styles indention differently and allows to use tabs for it instead of spaces.
3434

3535
To start out, you can use the [GitHub Template](https://github.com/lorenzwalthert/styler.yours) for third-party style guides that has already the right directory structure and patterns described below in place.
3636

0 commit comments

Comments
 (0)