-
Notifications
You must be signed in to change notification settings - Fork 0
/
.latexindent.yaml
44 lines (37 loc) · 907 Bytes
/
.latexindent.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# yaml-language-server: $schema=https://github.com/cmhughes/latexindent.pl/raw/main/documentation/latexindent-yaml-schema.json
indentPreamble: 1
defaultIndent: " "
removeTrailingWhitespace:
beforeProcessing: 1
afterProcessing: 1
lookForAlignDelims:
array:
alignFinalDoubleBackSlash: 1
gather: 1
gather*:
alignFinalDoubleBackSlash: 1
delimiterRegEx: \\qc
split: 1
tabular:
multiColumnGrouping: 1
indentAfterItems:
cvitems: 1
tasks: 1
itemNames:
task: 1
modifyLineBreaks:
preserveBlankLines: 0
condenseMultipleBlankLinesInto: 1
environments:
BeginStartsOnOwnLine: 1
EndFinishesWithLineBreak: 1
optionalArguments:
LSqBStartsOnOwnLine: -1
mandatoryArguments:
LCuBStartsOnOwnLine: -1
# commands:
# CommandNameFinishesWithLineBreak: -1
namedGroupingBracesBrackets:
NameFinishesWithLineBreak: -1
items:
ItemStartsOnOwnLine: 1