mirror of
https://github.com/sharkdp/bat
synced 2026-07-30 18:11:44 +00:00
Initial verison of PrettyPrinter builder
This commit is contained in:
@@ -43,7 +43,8 @@ pub fn generate_config_file() -> bat::errors::Result<()> {
|
||||
}
|
||||
}
|
||||
|
||||
let default_config = r#"# This is `bat`s configuration file. Each line either contains a comment or
|
||||
let default_config =
|
||||
r#"# This is `bat`s configuration file. Each line either contains a comment or
|
||||
# a command-line option that you want to pass to `bat` by default. You can
|
||||
# run `bat --help` to get a list of all possible configuration options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user