aboutsummaryrefslogtreecommitdiff
path: root/.config/latexindent
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-11-05 19:33:06 -0400
committertdro <tdro@users.noreply.github.com>2021-11-05 19:33:06 -0400
commit44ff24447e27f8101547f5d071794766aaa25bba (patch)
treea59c8c565f189ebeb50cee2172b841c73cf9ded3 /.config/latexindent
parent54b4ee9546a2b40ebfb50c4c15003592d0b94acd (diff)
downloaddotfiles-44ff24447e27f8101547f5d071794766aaa25bba.tar.gz
dotfiles-44ff24447e27f8101547f5d071794766aaa25bba.tar.bz2
dotfiles-44ff24447e27f8101547f5d071794766aaa25bba.zip
.config/latexindent/settings: Ensure column wrapping
Diffstat (limited to '.config/latexindent')
-rw-r--r--.config/latexindent/settings.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/latexindent/settings.yaml b/.config/latexindent/settings.yaml
index febe0a7..749205e 100644
--- a/.config/latexindent/settings.yaml
+++ b/.config/latexindent/settings.yaml
@@ -2,6 +2,13 @@
# Default: https://raw.githubusercontent.com/cmhughes/latexindent.pl/main/defaultSettings.yaml
onlyOneBackUp: 1
backupExtension: .backup.tex
+
+modifyLineBreaks:
+ preserveBlankLines: 1
+ condenseMultipleBlankLinesInto: 1
+ textWrapOptions:
+ columns: 80
+
logFilePreferences:
endLogFileWith: '--------------'
showAmalgamatedSettings: 0