aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-02 15:31:15 +0000
committerGithub Actions <actions@github>2023-10-02 15:31:15 +0000
commitb56bba09a05f045ba266a10abd67279d81812c0b (patch)
treec237a82f82b995d3df10d3ad7947dc422841bae3
parent8b31d6b203cf4583cc53f278efc1c4d2b323845f (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9acc5b4..78fec07 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,7 @@ To view configured and available formatters, as well as to see the log file, run
<!-- FORMATTERS -->
- [alejandra](https://kamadorueda.com/alejandra/) - The Uncompromising Nix Code Formatter.
+- [astyle](https://astyle.sourceforge.net/astyle.html) - A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code
- [autoflake](https://github.com/PyCQA/autoflake) - Removes unused imports and unused variables as reported by pyflakes.
- [autopep8](https://github.com/hhatto/autopep8) - A tool that automatically formats Python code to conform to the PEP 8 style guide.
- [beautysh](https://github.com/lovesegfault/beautysh) - A Bash beautifier for the masses.
diff --git a/doc/conform.txt b/doc/conform.txt
index 7b92714..a5de0e5 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -155,6 +155,8 @@ will_fallback_lsp({options}): boolean *conform.will_fallback_ls
FORMATTERS *conform-formatters*
`alejandra` - The Uncompromising Nix Code Formatter.
+`astyle` - A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI,
+ Objective-C, C#, and Java Source Code
`autoflake` - Removes unused imports and unused variables as reported by
pyflakes.
`autopep8` - A tool that automatically formats Python code to conform to the PEP