mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-16 20:53:50 -07:00
.cargo
.github
benchsuite
ci
complete
crates
doc
pkg
scripts
tests
.gitignore
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
Cross.toml
FAQ.md
GUIDE.md
HomebrewFormula
LICENSE-MIT
README.md
RELEASE-CHECKLIST.md
UNLICENSE
build.rs
rustfmt.toml
This is why I was so intent on clearing the PR queue. This will effectively invalidate all existing patches, so I wanted to start from a clean slate. We do make one little tweak: we put the default type definitions in their own file and tell rustfmt to keep its grubby mits off of it. We also sort it lexicographically and hopefully will enforce that from here on.
3 lines
44 B
TOML
3 lines
44 B
TOML
max_width = 79
|
|
use_small_heuristics = "max"
|