diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-08-10 21:06:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-10 21:06:55 +0100 |
commit | dcf7cbe3661444b272346f9a3f1a7fd26b97dae3 (patch) | |
tree | f9426e7f53fb3394411ca3618f8fcc2a883b5986 /doc/ale.txt | |
parent | 34aa3437e0fc062215020b423bdf57da449e9400 (diff) | |
parent | 4709e676275000f01975aa433f702e825d6a2353 (diff) | |
download | ale-dcf7cbe3661444b272346f9a3f1a7fd26b97dae3.zip |
Merge pull request #842 from gfontenot/gf-swiftformat
Add support for SwiftFormat as a fixer
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 56308090..869a5576 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -224,7 +224,7 @@ The following languages and tools are supported. * SML: 'smlnj' * Stylus: 'stylelint' * SQL: 'sqlint' -* Swift: 'swiftlint' +* Swift: 'swiftlint', 'swiftformat' * Texinfo: 'proselint' * Text: 'proselint', 'vale' * TypeScript: 'eslint', 'tslint', 'tsserver', 'typecheck' |