Skip to content

Commit

Permalink
chore: disable configuration for command line breaks
Browse files Browse the repository at this point in the history
This change removes the configuration that enforced line breaks after command names, allowing for more flexible formatting in the affected section of the codebase.
  • Loading branch information
liblaf committed Nov 7, 2024
1 parent 5371422 commit b4581d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .latexindent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ modifyLineBreaks:
LSqBStartsOnOwnLine: -1
mandatoryArguments:
LCuBStartsOnOwnLine: -1
commands:
CommandNameFinishesWithLineBreak: -1
# commands:
# CommandNameFinishesWithLineBreak: -1
namedGroupingBracesBrackets:
NameFinishesWithLineBreak: -1
items:
Expand Down

0 comments on commit b4581d7

Please sign in to comment.