Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 617cd69

Browse files
committed
fix: config latexindent for {gather*}
1 parent 48990ee commit 617cd69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.latexindent.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ removeTrailingWhitespace:
1010

1111
lookForAlignDelims:
1212
gather: 1
13-
gather*: 1
13+
gather*:
14+
alignDoubleBackSlash: 0
15+
alignFinalDoubleBackSlash: 1
16+
delimiterRegEx: \\qc
1417
split: 1
1518
tabular:
1619
multiColumnGrouping: 1

0 commit comments

Comments
 (0)