diff --git a/README.md b/README.md index 9d25a4c..529e266 100644 --- a/README.md +++ b/README.md @@ -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. | + +