From 1e4d2da8470dd935921a9cfb6015815a9f32d86a Mon Sep 17 00:00:00 2001 From: Marc Franquesa Date: Mon, 21 Oct 2024 12:19:15 +0200 Subject: [PATCH] Add options section to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. | + +