Skip to content

Commit

Permalink
add clang format config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Dec 20, 2023
1 parent 6371553 commit 0fe15a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
Language: Cpp
BasedOnStyle: Google

ColumnLimit: 100
AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
BreakBeforeBraces: Allman
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 2
DerivePointerAlignment: false
PointerAlignment: Middle
ReflowComments: true
IncludeBlocks: Preserve
InsertBraces: true
...

0 comments on commit 0fe15a8

Please sign in to comment.