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.
1 parent 17f00d7 commit e77e751Copy full SHA for e77e751
CONTRIBUTING.md
@@ -34,8 +34,8 @@ brew bundle
34
35
This project uses [`SwiftFormat`](https://github.com/nicklockwood/SwiftFormat) to maintain consistent code formatting.
36
We do not currently automate the process of formatting code, but our CI workflow does use `SwiftFormat` as a linter to
37
-validate that all code changes adhere to our formatting rules. Before creating a PR, please run `SwiftFormat` on all
38
-new or updated files and commit the changes.
+validate that all code changes adhere to our formatting rules. Before creating a PR, please run `SwiftFormat` on all new
+or updated files and commit the changes.
39
40
## Signed Commits Required
41
0 commit comments