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 6e4af0f commit b7a5b34Copy full SHA for b7a5b34
README.md
@@ -86,6 +86,10 @@ Firestore and Functions have self contained Xcode projects. See
86
87
### Code Formatting
88
89
+To ensure that the code is formatted consistently, run the script
90
+[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh)
91
+before creating a PR.
92
+
93
Travis will verify that any code changes are done in a style compliant way. Install
94
`clang-format` and `swiftformat`.
95
This command will get the right `clang-format` version:
0 commit comments