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 Jun 12, 2024
1 parent b6492e3 commit a5f12fb
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 a5f12fb

Please sign in to comment.