diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:35:28 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:38:12 -0400 |
commit | 4fc59ccace281e80e5c688de2e4f805ddd9c5fec (patch) | |
tree | 2c3b6653c11142e41d44b1253e2d31f3550e21a2 | |
parent | 9316b7b3f2468035b5bd92fb47cb8fc840b88333 (diff) | |
download | ale-4fc59ccace281e80e5c688de2e4f805ddd9c5fec.zip |
doc: Add astyle in c++ section in supported-tool
-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 3c9f9ccb..c6d9f795 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -71,6 +71,7 @@ formatting. * [mcsc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-mcsc` for details and configuration * [uncrustify](https://github.com/uncrustify/uncrustify) * C++ (filetype cpp) + * [astyle](http://astyle.sourceforge.net/) * [ccls](https://github.com/MaskRay/ccls) * [clang](http://clang.llvm.org/) * [clangcheck](http://clang.llvm.org/docs/ClangCheck.html) :floppy_disk: |