aboutsummaryrefslogtreecommitdiff
path: root/.config/latexindent/settings.yaml
blob: 7eafd4cc52b6f8fbbc9d6cd6b81ee699558b61cb (plain)
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
---
# Default: https://raw.githubusercontent.com/cmhughes/latexindent.pl/main/defaultSettings.yaml
onlyOneBackUp: 1
backupExtension: .backup.tex

modifyLineBreaks:
  preserveBlankLines: 1
  condenseMultipleBlankLinesInto: 1
  oneSentencePerLine:
    manipulateSentences: 0
    textWrapSentences: 1
  textWrapOptions:
    all: 1
    columns: 80
    perCodeBlockBasis: 1

verbatimEnvironments:
  pre: 1
  filecontents*: 1

noAdditionalIndentGlobal:
  filecontents: 1

logFilePreferences:
  endLogFileWith: '--------------'
  showAmalgamatedSettings: 0
  showDecorationFinishCodeBlockTrace: 0
  showDecorationStartCodeBlockTrace: 0
  showEveryYamlRead: 0
  showGitHubInfoFooter: 0