summaryrefslogtreecommitdiff
path: root/support/texlab/docs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-04 03:02:48 +0000
committerNorbert Preining <norbert@preining.info>2021-06-04 03:02:48 +0000
commita5ae129f3aa3a3a0aeaa21c55b75a1d543fe4111 (patch)
treefe5e1e212aec203e668df8581a17374cdde352a1 /support/texlab/docs
parentd231c6331f53a048d29c2f847254a9f56d5ee2dd (diff)
CTAN sync 202106040302
Diffstat (limited to 'support/texlab/docs')
-rw-r--r--support/texlab/docs/options.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/support/texlab/docs/options.md b/support/texlab/docs/options.md
index 9cabd31062..3cc2edfd8a 100644
--- a/support/texlab/docs/options.md
+++ b/support/texlab/docs/options.md
@@ -143,3 +143,39 @@ Possible values are either `texlab` or `latexindent`.
**Type:** `string`
**Default value:** `texlab`
+
+---
+
+## texlab.latexFormatter
+
+Defines the formatter to use for LaTeX formatting.
+Possible values are either `texlab` or `latexindent`.
+Note that `texlab` is not implemented yet.
+
+**Type:** `string`
+
+**Default value:** `latexindent`
+
+---
+
+## texlab.latexindent.local
+
+Defines the path of a file containing the `latexindent` configuration.
+This corresponds to the `--local=file.yaml` flag of `latexindent`.
+By default the configuration inside the project root directory is used.
+
+**Type:** `string`
+
+**Default value:** `null`
+
+---
+
+## texlab.latexindent.modifyLineBreaks
+
+Modifies linebreaks before, during, and at the end of code blocks
+when formatting with `latexindent`.
+This corresponds to the `--modifylinebreaks` flag of `latexindent`.
+
+**Type:** `boolean`
+
+**Default value:** `false`