File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,15 @@ before creating a PR.
92
92
93
93
Travis will verify that any code changes are done in a style compliant way. Install
94
94
` clang-format ` and ` swiftformat ` .
95
- This command will get the right ` clang-format ` version :
95
+ These commands will get the right versions :
96
96
97
- ` brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/773cb75d360b58f32048f5964038d09825a507c8/Formula/clang-format.rb `
97
+ ```
98
+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/773cb75d360b58f32048f5964038d09825a507c8/Formula/clang-format.rb
99
+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/3dfea1004e0736754bbf49673cca8aaed8a94089/Formula/swiftformat.rb
100
+ ```
101
+
102
+ Note: if you already have a newer version of these installed you may need to
103
+ ` brew switch ` to this version.
98
104
99
105
### Running Unit Tests
100
106
You can’t perform that action at this time.
0 commit comments