Skip to content

Commit ca1fa8b

Browse files
doc: Adds swiftformat details to readme
1 parent 0166b81 commit ca1fa8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,13 @@ to reproduce your problem. 💥
290290
When creating a pull request, please adhere to the current coding style where possible, and create tests with your
291291
code so it keeps providing an awesome test coverage level 💪
292292

293+
This repo uses [SwiftFormat](https://github.com/nicklockwood/SwiftFormat), and includes lint checks to enforce these formatting standards.
294+
To format your code, install `swiftformat` and run:
295+
296+
```bash
297+
swiftformat .
298+
```
299+
293300
## Acknowledgements 👏
294301

295302
This library is entirely a Swift version of Facebooks [DataLoader](https://github.com/facebook/dataloader).

0 commit comments

Comments
 (0)