docs: Mention yq as formatter in prettybat docs

This commit is contained in:
Ethan P. 2024-08-24 14:07:27 -07:00
parent 47cfb9ec73
commit 1cffc910d5
No known key found for this signature in database
GPG Key ID: B29B90B1B228FEBC

View File

@ -21,23 +21,23 @@ See `man bat` for more information.
## Languages ## Languages
| Language | Formatter | | Language | Formatter |
| -------------------- | --------------------------------------------------------------- | | -------------------- | ------------------------------------------------------------------------------------------------------ |
| JavaScript (JS, JSX) | [prettier](https://prettier.io/) | | JavaScript (JS, JSX) | [prettier](https://prettier.io/) |
| TypeScript (TS, TSX) | [prettier](https://prettier.io/) | | TypeScript (TS, TSX) | [prettier](https://prettier.io/) |
| CSS, SCSS, SASS | [prettier](https://prettier.io/) | | CSS, SCSS, SASS | [prettier](https://prettier.io/) |
| Markdown | [prettier](https://prettier.io/) | | Markdown | [prettier](https://prettier.io/) |
| JSON | [prettier](https://prettier.io/) | | JSON | [yq](https://mikefarah.gitbook.io/yq), [prettier](https://prettier.io/) |
| YAML | [prettier](https://prettier.io/) | | YAML | [yq](https://mikefarah.gitbook.io/yq), [prettier](https://prettier.io/) |
| HTML | [prettier](https://prettier.io/) | | HTML | [prettier](https://prettier.io/) |
| SVG | [prettier](https://prettier.io/) | | SVG | [prettier](https://prettier.io/) |
| Rust | [rustfmt](https://github.com/rust-lang/rustfmt) | | Rust | [rustfmt](https://github.com/rust-lang/rustfmt) |
| Bash | [shfmt](https://github.com/mvdan/sh) | | Bash | [shfmt](https://github.com/mvdan/sh) |
| C | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | | C | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) |
| C++ | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | | C++ | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) |
| Objective-C | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | | Objective-C | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) |
| Python | [black](https://black.readthedocs.io/) | | Python | [black](https://black.readthedocs.io/) |
| Elixir | [mix format](https://hexdocs.pm/mix/main/Mix.Tasks.Format.html) | | Elixir | [mix format](https://hexdocs.pm/mix/main/Mix.Tasks.Format.html) |