diff options
author | w0rp <devw0rp@gmail.com> | 2020-10-15 21:24:27 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-10-15 21:24:27 +0100 |
commit | f384d61c3d4d624fd391a6d877ec913096b2bb10 (patch) | |
tree | 331f374e1b4ff07800bea32e19a017df688062a4 | |
parent | b91c6c2edd20794ad5637b561ed4c678647a76e5 (diff) | |
download | ale-f384d61c3d4d624fd391a6d877ec913096b2bb10.zip |
Fix sorting of supported tools
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 2 | ||||
-rw-r--r-- | supported-tools.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index c6bcf421..265f7a99 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -456,8 +456,8 @@ Notes: * `stylelint` * Swift * `sourcekit-lsp` - * `swiftformat` * `swift-format` + * `swiftformat` * `swiftlint` * Tcl * `nagelfar`!! diff --git a/supported-tools.md b/supported-tools.md index 66e46348..55e7f71f 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -465,8 +465,8 @@ formatting. * [stylelint](https://github.com/stylelint/stylelint) * Swift * [sourcekit-lsp](https://github.com/apple/sourcekit-lsp) - * [swiftformat](https://github.com/nicklockwood/SwiftFormat) * [swift-format](https://github.com/apple/swift-format) + * [swiftformat](https://github.com/nicklockwood/SwiftFormat) * [swiftlint](https://github.com/realm/SwiftLint) * Tcl * [nagelfar](http://nagelfar.sourceforge.net) :floppy_disk: |