We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5e919 commit 908a18fCopy full SHA for 908a18f
README.md
@@ -290,6 +290,13 @@ to reproduce your problem. 💥
290
When creating a pull request, please adhere to the current coding style where possible, and create tests with your
291
code so it keeps providing an awesome test coverage level 💪
292
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
300
## Acknowledgements 👏
301
302
This library is entirely a Swift version of Facebooks [DataLoader](https://github.com/facebook/dataloader).
0 commit comments