diff options
author | bors-servo <infra@servo.org> | 2023-05-15 20:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 20:33:39 +0200 |
commit | c5d31c3ab6ad4c633869ef4c4d32cd01c480661f (patch) | |
tree | d7125e9d0e180933be17baaeb2c71a394eecc553 /components | |
parent | 17e1582ed4756fbcf2510946dfda00b616abc02c (diff) | |
parent | e6ace3acae4f615ba88dc7217d4b60e5c12d6400 (diff) | |
download | servo-c5d31c3ab6ad4c633869ef4c4d32cd01c480661f.tar.gz servo-c5d31c3ab6ad4c633869ef4c4d32cd01c480661f.zip |
Auto merge of #29743 - Loirooriol:disable-style-fmt, r=mrobinson
Disable formatting for components/style/
Gecko doesn't enforce proper formatting, so disabling it will make it easier to backport changes from there.
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because there is no change in behavior
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components')
-rw-r--r-- | components/style/rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/rustfmt.toml b/components/style/rustfmt.toml new file mode 100644 index 00000000000..c7ad93bafe3 --- /dev/null +++ b/components/style/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true |