Skip to content

Commit

Permalink
Add options section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfranquesa committed Oct 21, 2024
1 parent 4553ff1 commit 1e4d2da
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,19 @@ Vim plugin, does not apply indentation

- [latex-formatter](https://github.com/nfode/latex-formatter).
Visual Studio plugin, uses latexindent as the backend

## Options

tex-fmt only offers the following options:

| Option | Default | Description |
| --- | --- | --- |
| `tab` | `2` | Number of spaces to use as tab size. |
| `usetabs` | | Use tabs instead of spaces for indentation. |

<!-- 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 1e4d2da

Please sign in to comment.