add new files
This commit is contained in:
parent
4a1053e8f9
commit
8fa31a1069
68
.clang-format
Normal file
68
.clang-format
Normal file
@ -0,0 +1,68 @@
|
||||
AccessModifierOffset: -2
|
||||
AlignAfterOpenBracket: false
|
||||
AlignConsecutiveAssignments: true
|
||||
# AlignConsecutiveDeclarations: false
|
||||
AlignEscapedNewlinesLeft: true
|
||||
AlignOperands: false
|
||||
AlignTrailingComments: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
# AlwaysBreakAfterReturnType: None
|
||||
AlwaysBreakBeforeMultilineStrings: true
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakBeforeBraces: Allman
|
||||
BreakBeforeTernaryOperators: false
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
# BreakStringLiterals: false
|
||||
ColumnLimit: 140
|
||||
# CommentPragmas:
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
ConstructorInitializerIndentWidth: 1
|
||||
ContinuationIndentWidth: 2
|
||||
Cpp11BracedListStyle: true
|
||||
DerivePointerAlignment : false
|
||||
DisableFormat: false
|
||||
# ExperimentalAutoDetectBinPacking: false
|
||||
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
||||
# IncludeCategories:
|
||||
# IncludeIsMainRegex:
|
||||
IndentCaseLabels: true
|
||||
IndentWidth: 4
|
||||
# IndentWrappedFunctionNames:
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
Language: Cpp
|
||||
# MacroBlockBegin:
|
||||
# MacroBlockEnd:
|
||||
MaxEmptyLinesToKeep: 1
|
||||
NamespaceIndentation: All
|
||||
# PenaltyBreakBeforeFirstCallParameter:
|
||||
# PenaltyBreakComment:
|
||||
# PenaltyBreakFirstLessLess:
|
||||
# PenaltyBreakString:
|
||||
# PenaltyExcessCharacter:
|
||||
# PenaltyReturnTypeOnItsOwnLine:
|
||||
PointerAlignment: Middle
|
||||
# ReflowComments: false
|
||||
# SortIncludes: false
|
||||
SpaceAfterCStyleCast: true
|
||||
# SpaceAfterTemplateKeyword: true
|
||||
SpaceBeforeAssignmentOperators: true
|
||||
SpaceBeforeParens: Never
|
||||
SpaceInEmptyParentheses: false
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesInAngles: true
|
||||
SpacesInCStyleCastParentheses: true
|
||||
SpacesInContainerLiterals: true
|
||||
SpacesInParentheses: true
|
||||
SpacesInSquareBrackets: true
|
||||
Standard: Cpp11
|
||||
TabWidth: 4
|
||||
UseTab: ForIndentation
|
||||
|
||||
0
src/eedb/db/CMakeLists.txt
Normal file
0
src/eedb/db/CMakeLists.txt
Normal file
0
src/eedb/db/session.cpp
Normal file
0
src/eedb/db/session.cpp
Normal file
0
src/eedb/db/session.hpp
Normal file
0
src/eedb/db/session.hpp
Normal file
Loading…
Reference in New Issue
Block a user