styler.addins_style_transformer
: character.
The name of the style transformer to use in the addins.
(default: "styler::tidyverse_style()"
)
styler.cache_name
: character.
The name of the styler cache to use.
(default: 1.10.3.9000)
styler.cache_root
: character.
The directory where the cache files are stored. For more, see help("caching")
.
(default: NULL
)
styler.colored_print.vertical
: logical.
It decides whether or not the output should be colored with prettycode::highlight()
.
(default: TRUE
)
styler.ignore_alignment
: logical.
If TRUE
, alignment, when detected, is ignored. For more, see vignette("detect-alignment")
.
(default: FALSE
)
styler.ignore_start
, styler.ignore_stop
: character.
Regular expressions to ignore lines that match them. For more, see help("stylerignore")
.
(default: "styler: off"
and "styler: on"
, respectively)
styler.quiet
: logical.
It decides whether or not to print an informative message about what the function is doing.
If TRUE
, no output is printed.
(default: FALSE
)
styler.test_dir_writable
: logical.
If TRUE
, the package tests whether the directory is writable.
(default: TRUE
)