Skip to content

Commit

Permalink
Refine clang-format style
Browse files Browse the repository at this point in the history
AttributeMacros: A vector of strings that should be interpreted as
attributes/qualifiers instead of identifiers.
  • Loading branch information
jserv committed Jan 5, 2024
1 parent 4614a1a commit 4b0cdf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ ForEachMacros:
- SET_FOREACH
- RB_FOREACH
AlignEscapedNewlines: Left
AttributeMacros:
- FORCE_INLINE
- ALIGN_STRUCT

0 comments on commit 4b0cdf9

Please sign in to comment.