Skip to content

Commit

Permalink
Typo in clang-format
Browse files Browse the repository at this point in the history
I also made the comment a bit more explicit, it was hard to read without knowing the option beforehand
  • Loading branch information
matbesancon authored and Mizux committed Sep 25, 2021
1 parent c48750a commit 452a1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Language: Cpp
BasedOnStyle: Google
# Forse pointer to the type for C++
# Force pointer to align on the type for C++
DerivePointerAlignment: false
PointerAlignment: Left
---
Expand Down

0 comments on commit 452a1ea

Please sign in to comment.