aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-02-20 17:47:26 +0000
committerGithub Actions <actions@github>2024-02-20 17:47:26 +0000
commit5590829695339fb259bb93bdd9f4c328e05f831d (patch)
treeffb51c8c257a7c0837713697d6c64227f9d40a40
parent766812b0e830c2e40613f99f89102d8840431c6a (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 cb330a8..722547c 100644
--- a/README.md
+++ b/README.md
@@ -289,6 +289,7 @@ You can view this list in vim with `:help conform-formatters`
- [tlint](https://github.com/tighten/tlint) - Tighten linter for Laravel conventions with support for auto-formatting.
- [trim_newlines](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim new lines with awk.
- [trim_whitespace](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim whitespaces with awk.
+- [twig-cs-fixer](https://github.com/VincentLanglet/Twig-CS-Fixer) - Automatically fix Twig Coding Standards issues
- [typos](https://github.com/crate-ci/typos) - Source code spell checker
- [typstfmt](https://github.com/astrale-sharp/typstfmt) - Basic formatter for the Typst language with a future!
- [uncrustify](https://github.com/uncrustify/uncrustify) - A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and Vala.
diff --git a/doc/conform.txt b/doc/conform.txt
index 5b15396..54a1b78 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -331,6 +331,7 @@ FORMATTERS *conform-formatter
formatting.
`trim_newlines` - Trim new lines with awk.
`trim_whitespace` - Trim whitespaces with awk.
+`twig-cs-fixer` - Automatically fix Twig Coding Standards issues
`typos` - Source code spell checker
`typstfmt` - Basic formatter for the Typst language with a future!
`uncrustify` - A source code beautifier for C, C++, C#, ObjectiveC, D, Java,