mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
We can use stable rust if we pass the unstable configuration as command-line arguments to rustfmt itself. This prevents needing to install an unstable rust toolchain. The one downside here is that it doesn't seem that "ignore" is supported so we have to start formatting the files in "third_party." This shouldn't be a huge issue because we don't plan to check much more rust code into those directories.
2 lines
57 B
TOML
2 lines
57 B
TOML
match_block_trailing_comma = true
|
|
reorder_imports = true
|