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 ccc326d commit 34370a1Copy full SHA for 34370a1
README.md
@@ -1 +1,12 @@
1
-# swift-numerics-differentiable
+# swift-numerics-differentiable
2
+
3
+## Contributing
4
+### Code Formatting
5
+This package makes use of [swift-format](https://github.com/swiftlang/swift-format), which is built directly into the swift toolchain as of
6
+swift 6. To apply formatting rules to all files, which you should do before submitting a PR, run from the root of the repository:
7
8
+```sh
9
+swift format --in-place --recursive .
10
+```
11
12
+Formatting is validated with the `--strict` flag on every PR
0 commit comments