Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/third-party-integrations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ styler functionality is available in other tools, most notably

- as a pre-commit hook `style-files` in <https://github.com/lorenzwalthert/precommit> to format before commit (locally) and enforced as a continuous integration step in the cloud through <https://pre-commit.ci>.

- via `usethis::use_tidy_style()` styles your project according to the tidyverse style guide.
- as an [extension](https://p3m.dev/client/#/repos/openvsx/packages/lorenzwalthert.styler/overview) for Code OSS based IDEs like Positron or VSCode.

- through commenting a PR on GitHub with `\style` when the [GitHub Action](https://github.com/features/actions) [*Tidyverse CI*](https://github.com/r-lib/actions/tree/master/examples#tidyverse-ci-workflow) is used. The most convenient way to set this up is via [`usethis::use_tidy_github_actions()`](https://usethis.r-lib.org/reference/tidyverse.html).

Expand Down
Loading