Skip to content

Commit

Permalink
init3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar committed Sep 26, 2023
1 parent 3c33f3d commit ba6cbbe
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
Language: Cpp
BasedOnStyle: Google

TabWidth: 2
IndentWidth: 4
AccessModifierOffset: -4
BraceWrapping:
AfterCaseLabel: false
AfterClass: false
AfterControlStatement: "false"
AfterEnum: false
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
BreakBeforeBraces: Custom
ColumnLimit: 120
DerivePointerAlignment: false
PointerAlignment: Left
ReflowComments: false
...

0 comments on commit ba6cbbe

Please sign in to comment.