diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:34:03 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:34:03 -0400 |
commit | 2987ebcfae5fe88888709a2a7cb3c4ce629fc0ed (patch) | |
tree | d900d694be0f9f7f51b1245d01c6aecbf5c41e30 | |
parent | a2d172c4572e7805c14d71eedaed4b681db84d80 (diff) | |
download | ale-2987ebcfae5fe88888709a2a7cb3c4ce629fc0ed.zip |
feat: Add astyle to c++ in supported lang & tools
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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`!! |