Skip to content

Commit

Permalink
Fix emit causing bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Jan 16, 2025
1 parent 8caf9fa commit 79ca292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@ AlignEscapedNewlines: Left
# initializer list in list-initialization.
SpaceBeforeCpp11BracedList: false

# Custom styles added by this project

# fix for https://bugreports.qt.io/browse/QTCREATORBUG-31858
StatementAttributeLikeMacros: [emit, Q_EMIT]

0 comments on commit 79ca292

Please sign in to comment.