Skip to content

rv fmt

Used to format the config file to have consistent styling, while preserving comments and spacing within the toml file.

rv fmt [OPTIONS]

--check - checks the formatting without changing the file

Terminal window
% rv fmt --check
Config file is not formatted correctly
% rv fmt
Config file successfully formatted
% rv fmt --check
Config file is already formatted