From a5ae129f3aa3a3a0aeaa21c55b75a1d543fe4111 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 4 Jun 2021 03:02:48 +0000 Subject: CTAN sync 202106040302 --- support/texlab/docs/options.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'support/texlab/docs') 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` -- cgit v1.2.3