aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRene Zbinden <rene.zbinden@gmail.com>2023-09-26 08:17:50 +0200
committerGitHub <noreply@github.com>2023-09-25 23:17:50 -0700
commit28ecd5cf9132213417bff41d79477354cb81f50c (patch)
treedcce215910e3ac7f1723d26e2a9f51166ab1e3a6 /README.md
parentbbb7df3b3210fff165f2be429cf669726d159de4 (diff)
feat: add templ support (#73)
chore: bla chore: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b69b499..0f4a1fe 100644
--- a/README.md
+++ b/README.md
@@ -221,6 +221,7 @@ To view configured and available formatters, as well as to see the log file, run
- [swift_format](https://github.com/apple/swift-format) - Swift formatter from apple. Requires building from source with `swift build`.
- [swiftformat](https://github.com/nicklockwood/SwiftFormat) - SwiftFormat is a code library and command-line tool for reformatting `swift` code on macOS or Linux.
- [taplo](https://github.com/tamasfe/taplo) - A TOML toolkit written in Rust
+- [templ](https://templ.guide/commands-and-tools/cli/#formatting-templ-files) - A Go HTML template engine
- [terraform_fmt](https://www.terraform.io/docs/cli/commands/fmt.html) - The terraform-fmt command rewrites `terraform` configuration files to a canonical format and style.
- [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