about summary refs log tree commit diff
path: root/rustfmt.toml
AgeCommit message (Collapse)AuthorLines
2019-11-02Remove forcing \n via rustfmtAleksey Kladov-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
2019-09-05always use \n newlinesAleksey Kladov-0/+1
2019-07-04allow rustfmt to reorder importsAleksey Kladov-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
2019-02-08enable "small heuristics"Aleksey Kladov-1/+2
2018-11-01Don't order import alphabeticalAleksey Kladov-0/+2
alphabetical ordering is no more consistent, and much less useful then the ordering which arises naturally when you add import.
2018-01-27Enforce rustfmt formatChristopher Durham-0/+0