This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
ripgrep
Watch
1
Star
0
Fork
0
You've already forked ripgrep
mirror of
https://github.com/BurntSushi/ripgrep.git
synced
2025-11-23 21:54:45 +02:00
Code
Issues
Releases
Activity
Files
b610d1cb1506feab33459c5853e4c0d0cb16a6e2
ripgrep
/
rustfmt.toml
4 lines
61 B
TOML
Raw
Normal View
History
Unescape
Escape
style: rustfmt everything 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.
2020-02-17 18:08:47 -05:00
max_width
=
79
use_small_heuristics
=
"max"
style: apply rustfmt Maybe 2024 changes? Note that we now set `edition = "2024"` explicitly in `rustfmt.toml`. Without this, it seems like it's possible in some cases for rustfmt to run under an older edition's style. Not sure how though.
2025-09-19 17:17:20 -04:00
edition
=
"2024"
Reference in New Issue
Copy Permalink