aboutsummaryrefslogtreecommitdiffstats
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
parenta5ef4943f6382f36a5a8d6e16eb0a0c60af5e7a5 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 096c195..ac4d335 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -168,6 +168,7 @@ will_fallback_lsp({options}): boolean *conform.will_fallback_ls
FORMATTERS *conform-formatters*
`alejandra` - The Uncompromising Nix Code Formatter.
+`asmfmt` - Go Assembler Formatter
`ast-grep` - A CLI tool for code structural search, lint and rewriting. Written
in Rust.
`astyle` - A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI,