Skip to content

Commit

Permalink
Create .clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Dec 18, 2023
1 parent 3508dc3 commit ce7f594
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions 2023/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
BasedOnStyle: Microsoft
AccessModifierOffset: -2
AlignAfterOpenBracket: DontAlign
AllowAllParametersOfDeclarationOnNextLine: false
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
AlignConsecutiveAssignments: None
AlignOperands: Align
AlignArrayOfStructures: Left
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: Empty
AllowAllConstructorInitializersOnNextLine: true
BinPackArguments: true
BinPackParameters: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakConstructorInitializers: AfterColon
ColumnLimit: 100
ContinuationIndentWidth: 2
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Cpp11BracedListStyle: true
PointerAlignment: Left
ExperimentalAutoDetectBinPacking: true
FixNamespaceComments: false
IndentWrappedFunctionNames: true
NamespaceIndentation: None
SortIncludes: false
SpaceBeforeCpp11BracedList: false
SpaceBeforeParens: ControlStatements
SpaceInEmptyBlock: true
StatementAttributeLikeMacros: []
TabWidth: 2
UseCRLF: false
UseTab: Never
AlwaysBreakTemplateDeclarations: Yes
IndentWidth: 2

0 comments on commit ce7f594

Please sign in to comment.