File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ Those contributing to this package are expected to follow the [Swift Code of Con
124124[ Swift API Design Guidelines] ( https://swift.org/documentation/api-design-guidelines/ ) , and the
125125[ SSWG Technical Best Practices] ( https://github.com/swift-server/sswg/blob/main/process/incubation.md#technical-best-practices ) .
126126
127- This repo uses [ SwiftFormat ] ( https://github.com/nicklockwood/SwiftFormat ) , and includes lint checks to enforce these formatting standards.
128- To format your code, install ` swiftformat ` and run:
127+ This repo uses the standard [ swift format ] ( https://github.com/swiftlang/swift-format ) , and includes lint checks to enforce these formatting standards.
128+ To format your code, run:
129129
130130``` bash
131- swiftformat .
131+ swift format --parallel --in-place --recursive ./
132132```
133133
134134Most of this repo mirrors the structure of
You can’t perform that action at this time.
0 commit comments