summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-12-07 16:47:05 +0000
committerGithub Actions <actions@github>2023-12-07 16:47:05 +0000
commit6d483720c42c6943887619696a06c9dceea2a27f (patch)
tree19993ad23ca5560a962d84ef263e73f7230f0274 /README.md
parenta5ef4943f6382f36a5a8d6e16eb0a0c60af5e7a5 (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44e6c34..1b12a17 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,7 @@ You can view this list in vim with `:help conform-formatters`
<!-- FORMATTERS -->
- [alejandra](https://kamadorueda.com/alejandra/) - The Uncompromising Nix Code Formatter.
+- [asmfmt](https://github.com/klauspost/asmfmt) - Go Assembler Formatter
- [ast-grep](https://ast-grep.github.io/) - A CLI tool for code structural search, lint and rewriting. Written in Rust.
- [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.
- [auto_optional](https://auto-optional.daanluttik.nl/) - Adds the Optional type-hint to arguments where the default value is None.