Skip to content

Commit cbf5ffb

Browse files
docs: Document new formatting
1 parent ad21420 commit cbf5ffb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

134134
Most of this repo mirrors the structure of

0 commit comments

Comments
 (0)