Skip to content

Commit

Permalink
Set * next to type in clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
mortinger91 committed Oct 18, 2023
1 parent 6e115bd commit be8f37d
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 @@ -19,3 +19,7 @@ IncludeCategories:
Priority: 1
- Regex: '<.*>'
Priority: 2

# Disabling it cause Google style sets it
DerivePointerAlignment: false
PointerBindsToType: true

0 comments on commit be8f37d

Please sign in to comment.