Add config for Earthworm (#19)

This commit is contained in:
Patrick Stevens
2023-08-28 19:52:17 +01:00
committed by GitHub
parent 2cd767ae5b
commit b343f6bb01
18 changed files with 387 additions and 174 deletions

View File

@@ -0,0 +1,6 @@
# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
--max-columns=150
--max-columns-preview
# Ignore contents of .git
--glob=!.git/*