Skip to content

Commit

Permalink
Update .clang-format to align pointers to the types
Browse files Browse the repository at this point in the history
  • Loading branch information
piponazo committed Apr 1, 2022
1 parent 790fc46 commit 3b9fcb4
Show file tree
Hide file tree
Showing 8 changed files with 296 additions and 292 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ ColumnLimit: 120
Language: Cpp
BasedOnStyle: Google

# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left

# Useful for sorting the project inclusions and standard library inclusions separately
IncludeBlocks: Preserve

Expand Down
Loading

0 comments on commit 3b9fcb4

Please sign in to comment.