~kris/dots

srice

srice/.config/ripgrep/ripgrep.conf -rw-r--r-- 555 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ripgrep config -- 100x smart defaults
# Install: export RIPGREP_CONFIG_PATH=~/dev/100x/configs/ripgrep.conf

# Smart case by default
--smart-case

# Follow symlinks
--follow

# Hidden files
--hidden

# Respect .gitignore
--no-require-git

# Glob exclusions
--glob=!.git/
--glob=!node_modules/
--glob=!.venv/
--glob=!__pycache__/
--glob=!*.min.js
--glob=!*.min.css
--glob=!*.map
--glob=!package-lock.json
--glob=!yarn.lock
--glob=!pnpm-lock.yaml
--glob=!go.sum
--glob=!.DS_Store

# Max columns for readable output
--max-columns=200
--max-columns-preview