forked from mcmanigle/OxThesis
-
Notifications
You must be signed in to change notification settings - Fork 2
/
latexindent.yaml
22 lines (20 loc) · 975 Bytes
/
latexindent.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# To run using these configurations, I recommend using the following command format:
# latexindent --local=latexindent.yaml --cruft=latexindent_backup -m -wd [.tex file]
# This listing configures the behaviour of the formatter on line breaks and rearranging lines
# Refer to documentation for how to add to these settings to fit your needs
# https://latexindentpl.readthedocs.io/en/latest/sec-the-m-switch.html#text-wrapping
modifyLineBreaks:
textWrapOptions:
# Up to 99 characters per line. Change this to fit your preference
columns: 99
# Text wrapping happens after indentation, meaning indentation is included in the column limit
when: after
comments:
# Apply wrapping to comments too, splitting/combining across lines if needed
wrap: 1
noIndentBlock:
copyrightStud:
# TODO - Implement this. Should go from the start of the file to the first command
begin: '%\hOxCSProject'
end: '\v\v\v'
lookForThis: 1