Skip to content

Commit

Permalink
add all flags
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfranquesa committed Oct 24, 2024
1 parent 1e4d2da commit a6dc04e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,18 @@ Visual Studio plugin, uses latexindent as the backend

## Options

tex-fmt only offers the following options:
The following options are offered by tex-fmt:

| Option | Default | Description |
| --- | --- | --- |
| `check` | | Check formatting, do not modify files. |
| `print` | | Print to STDOUT, do not modify files. |
| `keep` | | Keep lines, do not wrap. |
| `verbose` | | Show info log messages. |
| `quiet` | | Hide warning messages. |
| `trace` | | Show trace log messages. |
| `stdin` | | Process STDIN as a single file, output formatted text to STDOUT. |
| `tab` | `2` | Number of spaces to use as tab size. |
| `usetabs` | | Use tabs instead of spaces for indentation. |
| `wrap` | `80` | Line length for wrapping. |

<!-- Default `tex-fmt.toml`, note you do not need to explicitly specify each option if you want to use the defaults:
```toml
tab = 2
usetabs = false
``` -->

0 comments on commit a6dc04e

Please sign in to comment.