Expose -m flag of latexindent

This commit is contained in:
Patrick Förster 2021-06-03 10:24:53 +02:00
parent 20a6525477
commit 8296da7a5b
3 changed files with 25 additions and 1 deletions

View file

@ -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`