summaryrefslogtreecommitdiff
path: root/support/latexindent/defaultSettings.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexindent/defaultSettings.yaml')
-rw-r--r--support/latexindent/defaultSettings.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/support/latexindent/defaultSettings.yaml b/support/latexindent/defaultSettings.yaml
index a3582b934b..9d16992e36 100644
--- a/support/latexindent/defaultSettings.yaml
+++ b/support/latexindent/defaultSettings.yaml
@@ -1,5 +1,5 @@
#
-# latexindent.pl, version 3.21.1, 2023-05-20
+# latexindent.pl, version 3.22, 2023-06-01
#
# defaultSettings.yaml, the default settings for latexindent.pl
#
@@ -648,6 +648,7 @@ fineTuning:
between: _|\^|\*
trailingComments:
notPreceededBy: (?<!\\)
+ afterComment: .*?
modifyLineBreaks:
doubleBackSlash: \\\\(?:\h*\[\h*\d+\h*[a-zA-Z]+\h*\])?
comma: ','
@@ -666,6 +667,8 @@ fineTuning:
(?:[iI]\.[eE]) # i.e OR I.e OR i.E OR I.E
| #
(?:etc) # etc
+ | #
+ (?:[wW]\.[rR]\.[tT]) # w.r.t OR W.r.t OR w.R.t OR w.r.T OR W.R.t OR W.r.T OR w.R.T OR W.R.T
) #
) #
) #