Style a package
style(config_file = "tergo.toml", configuration = list(), ...)
(character
) The path to the configuration file. Default "tergo.toml"
.
(list
) Configuration for formatting. Default list()
.
additional parameters to style_pkg()
No return value, called for side effects.
Configuration is read from a file named tergo.toml
in the root of the
package. The precedence of the configuration is (from the highest to lowest):
The configuration passed to the function.
The configuration file.
To see possible configuration options, see get_default_config()
.
style()
style(config_file = "tergo.toml", configuration = list())