From 011351fa5ce9486a0a242e2d60ada3e66ea5cafe Mon Sep 17 00:00:00 2001 From: lorenzwalthert Date: Thu, 23 Aug 2018 14:42:45 +0200 Subject: [PATCH] update API file --- API | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())