diff --git a/API b/API index 6073b5a81..98900f5f0 100644 --- a/API +++ b/API @@ -16,4 +16,4 @@ tidyverse_style(scope = "tokens", strict = TRUE, indent_by = 2, start_comments_w ## Foreign S3 methods -print.vertical(x, ..., colored = TRUE, style = prettycode::default_style()) +print.vertical(x, ..., colored = getOption("styler.colored_print.vertical"), style = prettycode::default_style())