mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 18:58:31 +00:00
Expose -m flag of latexindent
This commit is contained in:
parent
20a6525477
commit
8296da7a5b
3 changed files with 25 additions and 1 deletions
|
@ -167,3 +167,15 @@ 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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue