summaryrefslogtreecommitdiff
path: root/.rustfmt.toml
AgeCommit message (Collapse)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-08-02chore: format toml files internally (#11563)David Sherret
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-07-08rustfmt: disable format_macro_bodiesBert Belder
It doesn't work since we're not using rustfmt-nightly.
2019-02-08Make rustfmt format macro bodies alsoBert Belder
This makes it possible to use cfg_if! conveniently.
2019-02-08Move .rustfmt.toml to the repository rootBert Belder
This allows rustfmt to automatically pick it up. It's right there with similar files such as .prettierrc.