Skip to content
Open
Show file tree
Hide file tree
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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_stages: [commit]

repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.1.3.9135
rev: v0.1.3.9135+renv-concurrency2
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
3 changes: 2 additions & 1 deletion R/rules-line-breaks.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
#' # brace expressions go on new line if part of a pipe, in function call...
#' c(
#' data %>%
#' filter(bar) %>% {
#' filter(bar) %>%
#' {
#' cor(.$col1, .$col2, use = "complete.obs")
#' }
#' )
Expand Down
3 changes: 2 additions & 1 deletion man/set_line_break_before_curly_opening.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.