diff options
author | theoremoon <7302203+theoremoon@users.noreply.github.com> | 2019-09-11 04:54:14 +0900 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-09-10 20:54:14 +0100 |
commit | 2e323b529d8a4938f2077f31b937bc47c6c180bc (patch) | |
tree | 038662573f2a84fb6eada23d6e427f611da561bf /supported-tools.md | |
parent | 6e18c03d80c323e740f87103fc05955b5c61b54e (diff) | |
download | ale-2e323b529d8a4938f2077f31b937bc47c6c180bc.zip |
dfmt support (#2662)
* Add support for `dfmt`
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index c933f510..d94da030 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -112,6 +112,7 @@ formatting. * Cython (pyrex filetype) * [cython](http://cython.org/) * D + * [dfmt](https://github.com/dlang-community/dfmt) * [dls](https://github.com/d-language-server/dls) * [dmd](https://dlang.org/dmd-linux.html) * [uncrustify](https://github.com/uncrustify/uncrustify) |