mirror of
https://github.com/sharkdp/bat
synced 2025-02-16 04:48:29 +00:00
This allows users to create simple configuration file (`~/.config/bat/config` on Linux) that has the following format: ```bash --flag1 --flag2 --option1=value1 # lines beginning with '#' are ignored --option2=value2 # empty lines and trailing whitespace are also ignored --option3=value3 ``` |
||
---|---|---|
.. | ||
app.rs | ||
assets.rs | ||
clap_app.rs | ||
config.rs | ||
controller.rs | ||
decorations.rs | ||
diff.rs | ||
dirs.rs | ||
inputfile.rs | ||
line_range.rs | ||
main.rs | ||
output.rs | ||
preprocessor.rs | ||
printer.rs | ||
style.rs | ||
terminal.rs |