~neon/kactivities/master

381.1.11 by Ivan Čukić
Uniformly formatted the code-base
1
---
2
# BasedOnStyle:  WebKit
381.1.52 by Ivan Čukić
Activities model for QML
3
Language:        Cpp
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
4
AccessModifierOffset: -4
5
ConstructorInitializerIndentWidth: 4
6
AlignEscapedNewlinesLeft: false
7
AlignTrailingComments: false
8
AllowAllParametersOfDeclarationOnNextLine: true
9
AllowShortIfStatementsOnASingleLine: false
10
AllowShortLoopsOnASingleLine: false
381.1.52 by Ivan Čukić
Activities model for QML
11
AllowShortFunctionsOnASingleLine: false
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
12
AlwaysBreakTemplateDeclarations: false
13
AlwaysBreakBeforeMultilineStrings: false
14
BreakBeforeBinaryOperators: true
381.1.52 by Ivan Čukić
Activities model for QML
15
BreakBeforeTernaryOperators: true
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
16
BreakConstructorInitializersBeforeComma: true
17
BinPackParameters: true
381.1.20 by Ivan Čukić
Activities cache class
18
ColumnLimit:     80
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
19
ConstructorInitializerAllOnOneLineOrOnePerLine: true
20
DerivePointerBinding: false
21
ExperimentalAutoDetectBinPacking: false
22
IndentCaseLabels: true
23
MaxEmptyLinesToKeep: 1
24
NamespaceIndentation: None
25
ObjCSpaceBeforeProtocolList: true
381.1.52 by Ivan Čukić
Activities model for QML
26
PenaltyBreakBeforeFirstCallParameter: 19
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
27
PenaltyBreakComment: 60
28
PenaltyBreakString: 1000
29
PenaltyBreakFirstLessLess: 120
30
PenaltyExcessCharacter: 1000000
31
PenaltyReturnTypeOnItsOwnLine: 60
32
PointerBindsToType: false
33
SpacesBeforeTrailingComments: 1
34
Cpp11BracedListStyle: false
35
Standard:        Cpp11
36
IndentWidth:     4
37
TabWidth:        8
381.1.52 by Ivan Čukić
Activities model for QML
38
UseTab:          Never
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
39
BreakBeforeBraces: Stroustrup
40
IndentFunctionDeclarationAfterType: false
41
SpacesInParentheses: false
381.1.52 by Ivan Čukić
Activities model for QML
42
SpacesInAngles:  false
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
43
SpaceInEmptyParentheses: false
44
SpacesInCStyleCastParentheses: false
45
SpaceAfterControlStatementKeyword: true
381.1.52 by Ivan Čukić
Activities model for QML
46
SpaceBeforeAssignmentOperators: true
47
ContinuationIndentWidth: 4
381.1.11 by Ivan Čukić
Uniformly formatted the code-base
48
...
49