From 2987ebcfae5fe88888709a2a7cb3c4ce629fc0ed Mon Sep 17 00:00:00 2001 From: jhlink Date: Sat, 25 Jul 2020 20:34:03 -0400 Subject: [PATCH 1/2] feat: Add astyle to c++ in supported lang & tools --- doc/ale-supported-languages-and-tools.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 7babf590..6e69b53b 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -62,6 +62,7 @@ Notes: * `mcsc`!! * `uncrustify` * C++ (filetype cpp) + * `astyle` * `ccls` * `clang` * `clangcheck`!! From ee466de7335e7b3d1cd78108a1a62f5b615f5807 Mon Sep 17 00:00:00 2001 From: jhlink Date: Sat, 25 Jul 2020 20:35:28 -0400 Subject: [PATCH 2/2] feat: Add astyle in c++ section in supported-tool --- supported-tools.md | 1 + 1 file changed, 1 insertion(+) 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: