chore: add license, formatting and git files
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
BasedOnStyle: Microsoft
|
||||
Language: Cpp
|
||||
|
||||
BreakBeforeBraces: Allman
|
||||
|
||||
PointerAlignment: Right
|
||||
DerivePointerAlignment: false
|
||||
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
IndentCaseLabels: true
|
||||
NamespaceIndentation: None
|
||||
MaxEmptyLinesToKeep: 1
|
||||
|
||||
ColumnLimit: 100
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
AlignAfterOpenBracket: BlockIndent
|
||||
|
||||
SortIncludes: true
|
||||
IncludeBlocks: Regroup
|
||||
|
||||
InsertNewlineAtEOF: true
|
||||
UseCRLF: true
|
||||
|
||||
AlignConsecutiveAssignments: false
|
||||
AlignConsecutiveDeclarations: false
|
||||
AlignOperands: true
|
||||
AlwaysBreakAfterReturnType: None
|
||||
BreakStringLiterals: true
|
||||
Cpp11BracedListStyle: true
|
||||
IndentExternBlock: AfterExternBlock
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
ReflowComments: true
|
||||
SpaceBeforeAssignmentOperators: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
Reference in New Issue
Block a user