Skip to content

Commit

Permalink
Fix .clang-format to not preserve bad format.
Browse files Browse the repository at this point in the history
Deriving pointer alignment essentially makes this do nothing, since for
whatever reason (fighting with Studio maybe?), for new files it's
deriving the wrong style.
  • Loading branch information
DanAlbert committed Aug 28, 2024
1 parent 6055983 commit f3b1f87
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
@@ -1 +1,2 @@
BasedOnStyle: Google
DerivePointerAlignment: false

0 comments on commit f3b1f87

Please sign in to comment.