From 74a61af8844761018c958ddcc011823d12f1bec8 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sun, 29 Aug 2021 11:05:13 -0400 Subject: ripgrep: add config file --- dot_config/ripgrep.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 dot_config/ripgrep.conf diff --git a/dot_config/ripgrep.conf b/dot_config/ripgrep.conf new file mode 100644 index 0000000..e51ef46 --- /dev/null +++ b/dot_config/ripgrep.conf @@ -0,0 +1 @@ +--smart-case -- cgit v1.2.3