Skip to content

Commit

Permalink
Added .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
xmjiao committed Apr 28, 2022
1 parent 0774e1f commit 704e2d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
BasedOnStyle: Google
AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'true'
AlwaysBreakBeforeMultilineStrings: 'true'
Cpp11BracedListStyle: 'true'
IndentPPDirectives: AfterHash
Standard: Cpp11

...

0 comments on commit 704e2d8

Please sign in to comment.