Skip to content

Commit b4aab98

Browse files
author
Github Actions
committed
[docgen] Update docs
skip-checks: true
1 parent 62aec53 commit b4aab98

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ You can view this list in vim with `:help conform-formatters`
197197
- [beautysh](https://github.com/lovesegfault/beautysh) - A Bash beautifier for the masses.
198198
- [bibtex-tidy](https://github.com/FlamingTempura/bibtex-tidy) - Cleaner and Formatter for BibTeX files.
199199
- [bicep](https://github.com/Azure/bicep) - Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively.
200-
- [biome](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them.
201-
- [biome-check](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them.
202-
- [biome-organize-imports](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them.
200+
- [biome](https://biomejs.dev/reference/cli/#biome-format) - A toolchain for web projects, aimed to provide functionalities to maintain them. This config runs formatting *only*. See `biome-check` or `biome-organize-imports` for other options.
201+
- [biome-check](https://biomejs.dev/reference/cli/#biome-check) - A toolchain for web projects, aimed to provide functionalities to maintain them. This config runs formatting, linting and import sorting. See `biome` or `biome-organize-imports` for other options.
202+
- [biome-organize-imports](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them. This config runs import sorting *only*. See `biome` or `biome-check` for other options.
203203
- [black](https://github.com/psf/black) - The uncompromising Python code formatter.
204204
- [blade-formatter](https://github.com/shufo/blade-formatter) - An opinionated blade template formatter for Laravel that respects readability.
205205
- [blue](https://github.com/grantjenks/blue) - The slightly less uncompromising Python code formatter.

doc/conform.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,16 @@ FORMATTERS *conform-formatter
288288
`bicep` - Bicep is a Domain Specific Language (DSL) for deploying Azure
289289
resources declaratively.
290290
`biome` - A toolchain for web projects, aimed to provide functionalities to
291-
maintain them.
291+
maintain them. This config runs formatting *only*. See `biome-check` or
292+
`biome-organize-imports` for other options.
292293
`biome-check` - A toolchain for web projects, aimed to provide functionalities
293-
to maintain them.
294+
to maintain them. This config runs formatting, linting and import
295+
sorting. See `biome` or `biome-organize-imports` for other
296+
options.
294297
`biome-organize-imports` - A toolchain for web projects, aimed to provide
295-
functionalities to maintain them.
298+
functionalities to maintain them. This config runs
299+
import sorting *only*. See `biome` or `biome-check` for
300+
other options.
296301
`black` - The uncompromising Python code formatter.
297302
`blade-formatter` - An opinionated blade template formatter for Laravel that
298303
respects readability.

0 commit comments

Comments
 (0)