Skip to content

Commit

Permalink
fix: allow short macros on a single line in .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Nov 7, 2024
1 parent acf35c7 commit 208570b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: true
BreakStringLiterals: true
AllowShortMacrosOnASingleLine: true
ColumnLimit: 120
CommentPragmas: '^ IWYU pragma:'
QualifierAlignment: Leave
Expand Down

0 comments on commit 208570b

Please sign in to comment.