aboutsummaryrefslogtreecommitdiff
path: root/.config/latexindent/settings.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.config/latexindent/settings.yaml')
-rw-r--r--.config/latexindent/settings.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/latexindent/settings.yaml b/.config/latexindent/settings.yaml
new file mode 100644
index 0000000..7eafd4c
--- /dev/null
+++ b/.config/latexindent/settings.yaml
@@ -0,0 +1,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