-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathlocalSettings.yaml
56 lines (51 loc) · 1.27 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
indentPreamble: 1
defaultIndent: ' '
maxNumberOfBackUps: 9
modifyLineBreaks:
preserveBlankLines: 1
condenseMultipleBlankLinesInto: 0
oneSentencePerLine:
manipulateSentences: 1
removeSentenceLineBreaks: 0
sentencesFollow:
par: 1
blankLine: 1
fullStop: 1
exclamationMark: 1
questionMark: 1
rightBrace: 1
commentOnPreviousLine: 1
other: 0
sentencesBeginWith:
A-Z: 1
a-z: 0
other: 0
sentencesEndWith:
basicFullStop: 0
betterFullStop: 1
exclamationMark: 1
questionMark: 1
other: '(?:\.\)(?!\h*[a-z]))|(?:(?<!(?:(?:e\.g)|(?:i\.e)|(?:etc))))\.(?!(?:[a-z]|[A-Z]|\-|\,|\.|[0-9]))'
noAdditionalIndent:
abstract: 1
# ifluatex: 1
ltgexample: 1
specialBeginEnd:
begingroup:
begin: '\\begingroup'
end: '\\endgroup'
lookForThis: 1
bgroup:
begin: '\\bgroup'
end: '\\egroup'
verbatimCommands:
verb: 1
lstinline: 1
# documentation: https://latexindentpl.readthedocs.io/en/latest/sec-default-user-local.html#verbatim-code-blocks
verbatimEnvironments:
lstlisting: 1
markdown: 1
mindflow: 1
minted: 1
verbatim: 1
# TODO: algorithm configuration - see https://latexindentpl.readthedocs.io/en/latest/sec-default-user-local.html#lst-special2-mod1