mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 13:19:07 -07:00
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
# ignore case unless there's an uppercase in the pattern
|
|
--smart-case
|
|
|
|
# generally stay in one file system
|
|
--one-file-system
|
|
|
|
# avoid lines too long
|
|
--max-columns=120
|
|
--max-columns-preview
|
|
|
|
# Never search in .git
|
|
--glob=!.git/*
|