~mhr3/unity-scopes-api/merge-trunk

115.3.1 by Michi Henning
Added formatstyle target to CMakeLists.txt. This runs all source and
1
---
2
AccessModifierOffset: -4
3
AlignEscapedNewlinesLeft: true
4
AlignTrailingComments: true
5
AllowAllParametersOfDeclarationOnNextLine: true
6
AllowShortFunctionsOnASingleLine: false
7
AllowShortIfStatementsOnASingleLine: false
8
AllowShortLoopsOnASingleLine: false
9
AlwaysBreakBeforeMultilineStrings: true
10
AlwaysBreakTemplateDeclarations: true
11
BinPackParameters: false
12
BreakBeforeBinaryOperators: false
13
BreakBeforeBraces: Allman
14
BreakBeforeTernaryOperators: false
15
BreakConstructorInitializersBeforeComma: true
16
ColumnLimit:     120
17
ConstructorInitializerAllOnOneLineOrOnePerLine: false
18
ConstructorInitializerIndentWidth: 4
19
ContinuationIndentWidth: 4
20
Cpp11BracedListStyle: true
21
DerivePointerBinding: true
22
ExperimentalAutoDetectBinPacking: false
23
IndentCaseLabels: true
24
IndentFunctionDeclarationAfterType: true
25
IndentWidth:     4
26
Language:        Cpp
27
MaxEmptyLinesToKeep: 1
28
NamespaceIndentation: None
29
ObjCSpaceBeforeProtocolList: false
30
PenaltyBreakBeforeFirstCallParameter: 1
31
PenaltyBreakComment: 60
32
PenaltyBreakFirstLessLess: 120
33
PenaltyBreakString: 1000
34
PenaltyExcessCharacter: 1000000
35
PenaltyReturnTypeOnItsOwnLine: 200
36
PointerBindsToType: true
37
SpaceBeforeAssignmentOperators: true
38
SpaceBeforeParens: ControlStatements
39
SpaceInEmptyParentheses: false
40
SpacesBeforeTrailingComments: 2
41
SpacesInAngles:  false
42
SpacesInCStyleCastParentheses: false
43
SpacesInParentheses: false
115.3.4 by Michi Henning
A few more fixes. Removed UnityScopesApi_tp.h from the files
44
Standard:        Cpp11
115.3.1 by Michi Henning
Added formatstyle target to CMakeLists.txt. This runs all source and
45
TabWidth:        8
46
UseTab:          Never
47
...
48