From 0d700ba9242abc44972109cb58085061d35c44d6 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 3 Feb 2024 00:03:08 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 1 + doc/conform.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 58090aee..79d77960 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ You can view this list in vim with `:help conform-formatters` - [autocorrect](https://github.com/huacnlee/autocorrect) - A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK. - [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. +- [awk](https://www.gnu.org/software/gawk/manual/gawk.html) - Format awk programs with awk - [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. diff --git a/doc/conform.txt b/doc/conform.txt index 5ec31a73..7db5ae17 100644 --- a/doc/conform.txt +++ b/doc/conform.txt @@ -184,6 +184,7 @@ FORMATTERS *conform-formatter pyflakes. `autopep8` - A tool that automatically formats Python code to conform to the PEP 8 style guide. +`awk` - Format awk programs with awk `bean-format` - Reformat Beancount files to right-align all the numbers at the same, minimal column. `beautysh` - A Bash beautifier for the masses.