summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
AgeCommit message (Collapse)Author
2020-02-17style: rustfmt everythingAndrew Gallant
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.
2019-01-22ripgrep: ban rustfmtAndrew Gallant