Skip to content

Commit

Permalink
feat: Release DPCA-PSI v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivyHarbor committed Apr 14, 2023
0 parents commit 4b3d327
Show file tree
Hide file tree
Showing 79 changed files with 8,789 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
IndentWidth: 4
TabWidth: 4

Language: Cpp
Standard: Cpp11
BasedOnStyle: Google
# indent
AccessModifierOffset: -4
ContinuationIndentWidth: 8
# align
BreakBeforeTernaryOperators: true
BreakBeforeBinaryOperators: false
AlignAfterOpenBracket: false
ColumnLimit: 120
# constructor
BreakConstructorInitializersBeforeComma: false
ConstructorInitializerIndentWidth: 8
ConstructorInitializerAllOnOneLineOrOnePerLine: true
# short block
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
Cpp11BracedListStyle: true
# other
AlwaysBreakTemplateDeclarations: true
DerivePointerAlignment: false
PointerAlignment: Left

# clang-format 3.9+
SortIncludes: true
BreakStringLiterals: false
ReflowComments: true
Loading

0 comments on commit 4b3d327

Please sign in to comment.