We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0166b81 commit ca1fa8bCopy full SHA for ca1fa8b
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