From a5df96556c4c895777bf53177a8704b9b3e884e1 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 21 Nov 2023 16:48:40 +0000 Subject: [docgen] Update docs skip-checks: true --- README.md | 4 ++-- doc/conform.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f6b39c..c6fb08e 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ You can view this list in vim with `:help conform-formatters` - [auto_optional](https://auto-optional.daanluttik.nl/) - Adds the Optional type-hint to arguments where the default value is None. - [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. -- [bean-format](https://beancount.github.io/docs/running_beancount_and_generating_reports.html#bean-format) - Format [Beancount](https://beancount.github.io/) files. +- [bean-format](https://beancount.github.io/docs/running_beancount_and_generating_reports.html#bean-format) - Reformat Beancount files to right-align all the numbers at the same, minimal column. - [beautysh](https://github.com/lovesegfault/beautysh) - A Bash beautifier for the masses. - [bibtex-tidy](https://github.com/FlamingTempura/bibtex-tidy) - Cleaner and Formatter for BibTeX files. - [biome](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them. @@ -516,6 +516,7 @@ 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` \ @@ -534,7 +535,6 @@ Check if the buffer will use LSP formatting when lsp_fallback = true | Param | Type | Desc | | ------- | ------------ | ------------------------------------ | | options | `nil\|table` | Options passed to vim.lsp.buf.format | - ## Acknowledgements diff --git a/doc/conform.txt b/doc/conform.txt index 325cd6c..ef1f480 100644 --- a/doc/conform.txt +++ b/doc/conform.txt @@ -178,6 +178,8 @@ FORMATTERS *conform-formatter pyflakes. `autopep8` - A tool that automatically formats Python code to conform to the PEP 8 style guide. +`bean-format` - Reformat Beancount files to right-align all the numbers at the + same, minimal column. `beautysh` - A Bash beautifier for the masses. `bibtex-tidy` - Cleaner and Formatter for BibTeX files. `biome` - A toolchain for web projects, aimed to provide functionalities to -- cgit v1.2.3-70-g09d2