File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,12 @@ To develop Firebase software, **install**:
122
122
* [ Xcode] (v12.2 or later) (for Googlers, visit [ go/xcode] ( go/xcode ) ) to
123
123
download.
124
124
* <details >
125
- <summary >Code styling tools: <b >clang-format</b > & <b >mint</b ></summary >
125
+ <summary >Code styling tools: <b >clang-format</b >, <b >swiftformat</b > and
126
+ <b >mint</b ></summary >
126
127
127
128
<!-- The above line is intentionally left blank. -->
128
- Firebase use's a style script that requires [ clang-format] and [ mint] .
129
+ Firebase use's a style script that requires [ clang-format] and [ mint] . [ mint]
130
+ installs [ swiftformat] for Swift styling.
129
131
130
132
To install [ clang-format] and [ mint] using [ Homebrew] :
131
133
@@ -250,7 +252,8 @@ the project.
250
252
251
253
#### ** Style Guide**
252
254
253
- This code in this repo is styled in accordance to ` clang-format ` conventions.
255
+ This code in this repo is styled in accordance to ` swiftformat ` and
256
+ ` clang-format ` conventions.
254
257
255
258
#### Styling your code
256
259
You can’t perform that action at this time.
0 commit comments