aboutsummaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-0/+2
| | | | | * strict imports formatting * Reformat all imports
* Format toml files (#30112)Samson2023-08-171-1/+1
| | | | | | | * Add taplo fmt config for toml fmt * fmt toml files * Add even-better-toml to extensions recommendations
* Vendor the current version of WebRenderMartin Robinson2023-07-031-0/+1
| | | | | | | | This is a step toward upgrading WebRender, which will be upgraded and patched in the `third_party` directory. This change vendors the current private branch of WebRender that we use and adds a `patches` directory which tracks the changes on top of the upstream WebRender commit described by third_party/webrender/patches/head.
* Reorder importsPyfisch2018-11-061-2/+1
|
* Disable import reordering for now.Bobby Holley2018-04-101-0/+2
| | | | | Tidy wants it one way, and the latest nightly of rustfmt wants it another way.
* Format parts of layoutPyfisch2018-01-031-6/+1
| | | | | | | | | | Formats the following files: * components/layout/display_list_builder.rs * components/layout/webrender_helpers.rs Remove outdated options from rustfmt.toml. Configure rustfmt to place binary operators at the end of line (to match ./mach test-tidy).
* Add rustfmt.toml.Ms2ger2017-01-031-0/+7