We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustfmt
1 parent d5344dc commit 997389fCopy full SHA for 997389f
CONTRIBUTING.md
@@ -120,7 +120,15 @@ Coding Conventions
120
------------------
121
122
Use tabs. If you want to align lines, use spaces. Any desired alignment should
123
-display fine at any tab-length display setting.
+display fine at any tab-length display setting. We use `rustfmt` to establish
124
+uniform coding standards throughout the codebase. Please run
125
+
126
+```bash
127
+./ci/rustfmt.sh
128
+```
129
130
+before committing and pushing any changes, as compliance will also be checked
131
+and enforced by our CI scripts.
132
133
Our CI enforces [clippy's](https://github.com/rust-lang/rust-clippy) default
134
linting
0 commit comments