aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
Commit message (Collapse)AuthorAgeFilesLines
* always use \n newlinesAleksey Kladov2019-09-051-0/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+0
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* enable "small heuristics"Aleksey Kladov2019-02-081-1/+2
|
* Don't order import alphabeticalAleksey Kladov2018-11-011-0/+2
| | | | | alphabetical ordering is no more consistent, and much less useful then the ordering which arises naturally when you add import.
* Enforce rustfmt formatChristopher Durham2018-01-271-0/+0