Forked from
Eclipse Projects / Eclipse openpass / opSimulation
1744 commits behind the upstream repository.
-
Reinhard Biegel authored
- Implementation of BasicDataStore - Usage if Publisher interface instead of Observations->Inserts - Observations are parameterizable now
Reinhard Biegel authored- Implementation of BasicDataStore - Usage if Publisher interface instead of Observations->Inserts - Observations are parameterizable now
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.clang-format 1.07 KiB
BasedOnStyle: llvm
Language: Cpp
ColumnLimit: 0
IndentWidth: 4
AccessModifierOffset: -4
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<(gtest|gmock)/)'
Priority: -1
- Regex: '^<[^Q]'
Priority: 1
- Regex: '^<Q'
Priority: 2
AlignTrailingComments: true
BreakConstructorInitializers: AfterColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowShortFunctionsOnASingleLine: None
KeepEmptyLinesAtTheStartOfBlocks: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
BeforeCatch: true
BeforeElse: true
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ]