From 94a87665b35bde752338325b717e58313504ae86 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 24 Oct 2023 15:09:52 +1100 Subject: [PATCH] Add simple sharkdp/bat config (just tab size for now) --- dot-config/bat/config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dot-config/bat/config diff --git a/dot-config/bat/config b/dot-config/bat/config new file mode 100644 index 0000000..00287a0 --- /dev/null +++ b/dot-config/bat/config @@ -0,0 +1,4 @@ +# 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. +--tabs=2