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 afa6619 commit 70ee457Copy full SHA for 70ee457
README.md
@@ -84,6 +84,14 @@ Firestore and Functions have self contained Xcode projects. See
84
[Firestore/README.md](Firestore/README.md) and
85
[Functions/README.md](Functions/README.md).
86
87
+### Code Formatting
88
+
89
+Travis will verify that any code changes are done in a style compliant way. Install
90
+`clang-format` and `swiftformat`.
91
+This command will get the right `clang-format` version:
92
93
+`brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/0743d748ba8b41eec074a0a787dc80219142c525/Formula/clang-format.rb`
94
95
### Running Unit Tests
96
97
Select a scheme and press Command-u to build a component and run its unit tests.
0 commit comments