aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
Commit message (Collapse)AuthorAgeFilesLines
* Remove forcing \n via rustfmtAleksey Kladov2019-11-021-1/+0
| | | | | | | | The original idea here was to make sure, on CI, that line endings are \n. Travis however uses autocrlf, so the check doesn't actually work, and forcing \n otherwise makes lives of windows folks difficult closes #2157
* 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