-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocalSettings.yaml
63 lines (58 loc) · 1.92 KB
/
localSettings.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Settings for the latex code fomatter latexindent.pl
# Reference file can be found at:
# https://github.com/cmhughes/latexindent.pl/blob/main/defaultSettings.yaml
# default value of indentation
defaultIndent: " "
# remove trailing whitespace from all lines
removeTrailingWhitespace:
beforeProcessing: 0
afterProcessing: 1
# change dos line breaks into unix
dos2unixlinebreaks: 1
# lookForAlignDelims:
# tabular:
# delims: 1
# alignDoubleBackSlash: 0
# spacesBeforeDoubleBackSlash: 1
# multiColumnGrouping: 0
# alignRowsWithoutMaxDelims: 0
# spacesBeforeAmpersand: 1
# spacesAfterAmpersand: 1
# justification: "right"
modifyLineBreaks:
#preserveBlankLines: 0 # 0/1
condenseMultipleBlankLinesInto: 1 # 0/1
oneSentencePerLine:
manipulateSentences: 1 # 0/1
removeSentenceLineBreaks: 1 # 0/1
textWrapSentences: 1
multipleSpacesToSingle: 1 # 0/1
textWrapOptions:
columns: 80
environments:
BeginStartsOnOwnLine: 1 # -1,0,1,2,3,4
BodyStartsOnOwnLine: 1 # -1,0,1,2,3,4
EndStartsOnOwnLine: 1 # -1,0,1,2,3,4
EndFinishesWithLineBreak: 1 # -1,0,1,2,3,4
equation:
BeginStartsOnOwnLine: 1 # -1,0,1,2,3,4
BodyStartsOnOwnLine: 1 # -1,0,1,2,3,4
EndStartsOnOwnLine: 1 # -1,0,1,2,3,4
EndFinishesWithLineBreak: 1 # -1,0,1,2,3,4
commands:
label:
CommandStartsOnOwnLine: 0
CommandNameFinishesWithLineBreak: 1
noIndentBlock:
acmdoi:
begin: \\acmDOI\{
body: [^}]*?
end: \}
matrix:
begin: \\begin\{bmatrix\}
body: .*
end: \\end\{bmatrix\}
algorithm:
begin: \\begin\{algorithm\}
body: .*
end: \\end\{algorithm\}