branch: elpa/swift-mode
commit 1268425311ab20f1618df4e52cb1b79e28b553df
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Add links to various formatters
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 68df61d..98018cd 100644
--- a/README.md
+++ b/README.md
@@ -191,6 +191,9 @@ For other commands, run `make help`.
- [company-sourcekit](https://github.com/nathankot/company-sourcekit):
Completion for Swift projects via SourceKit with the help of SourceKitten.
- [flycheck-swift](https://github.com/swift-emacs/flycheck-swift): Flycheck
extensions for Swift.
-
[swift-playground-mode](https://gitlab.com/michael.sanders/swift-playground-mode):
Emacs support for Swift playgrounds.
+- [swift-format](https://github.com/apple/swift-format): Formatter for Swift
by Apple (`swift format` command).
+- [SwiftRewriter](https://github.com/inamiy/SwiftRewriter): Formatter for
Swift using SwiftSyntax.
+- [SwiftFormat](https://github.com/nicklockwood/SwiftFormat): Formatter for
Swift.
## Contributing