summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilip Godlewski <54432731+filipgodlewski@users.noreply.github.com>2023-11-12 03:17:12 +0100
committerGitHub <noreply@github.com>2023-11-11 18:17:12 -0800
commit9156364c23cff19734a0055377321c22b1484c0f (patch)
treee7518a85dd409dda30ffd7efe8508292b6972bc0 /README.md
parent0963118e60e0895e2e4842aeffc67cdf9e2bcd10 (diff)
feat: add `auto-optional` (#196)
* feat: add `auto-optional` * doc: add period at end of description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71a4369..813669e 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,7 @@ You can view this list in vim with `:help conform-formatters`
- [alejandra](https://kamadorueda.com/alejandra/) - The Uncompromising Nix Code 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/) - A tool that automatically formats Python code to conform to the PEP 8 style guide.
- [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.
@@ -510,7 +511,6 @@ Retrieve the available formatters for a buffer
`list_all_formatters(): conform.FormatterInfo[]` \
List information about all filetype-configured formatters
-
### get_formatter_info(formatter, bufnr)
`get_formatter_info(formatter, bufnr): conform.FormatterInfo` \