summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2020-07-29 22:08:46 +0900
committerGitHub <noreply@github.com>2020-07-29 22:08:46 +0900
commit5338dbf680f7095f86fb29a9a03f3ed243600439 (patch)
tree7b0532955829bcb2a3064807fc306707d9ff03bb /supported-tools.md
parent68b484a49fe2f5cc29ebccca0a3da48b31073ada (diff)
parentcef64424ceaede7093bb2837d572b8c5fc0de121 (diff)
downloadale-5338dbf680f7095f86fb29a9a03f3ed243600439.zip
Merge pull request #3231 from jhlink/add-astyle-for-c-formatting
Add astyle for C/C++ formatting
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 03c2a2d7..1f1eb1ac 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -54,6 +54,7 @@ formatting.
* [shellcheck](https://www.shellcheck.net/)
* [shfmt](https://github.com/mvdan/sh)
* C
+ * [astyle](http://astyle.sourceforge.net/)
* [ccls](https://github.com/MaskRay/ccls)
* [clang](http://clang.llvm.org/)
* [clangd](https://clang.llvm.org/extra/clangd.html)
@@ -71,6 +72,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: