Add UpdatedBlockTip signal to CMainSignals and CValidationInterface
[bitcoinplatinum.git] / src / .clang-format
blob226a15d185af4806bd32f22aead1e6a7367c7916
1 AccessModifierOffset: -4
2 AlignEscapedNewlinesLeft: true
3 AlignTrailingComments: true
4 AllowAllParametersOfDeclarationOnNextLine: false
5 AllowShortBlocksOnASingleLine: false
6 AllowShortFunctionsOnASingleLine: All
7 AllowShortIfStatementsOnASingleLine: false
8 AllowShortLoopsOnASingleLine: false
9 AlwaysBreakBeforeMultilineStrings: false
10 AlwaysBreakTemplateDeclarations: true
11 BinPackParameters: false
12 BreakBeforeBinaryOperators: false
13 BreakBeforeBraces: Linux
14 BreakBeforeTernaryOperators: false
15 BreakConstructorInitializersBeforeComma: false
16 ColumnLimit:     0
17 CommentPragmas:  '^ IWYU pragma:'
18 ConstructorInitializerAllOnOneLineOrOnePerLine: false
19 ConstructorInitializerIndentWidth: 4
20 ContinuationIndentWidth: 4
21 Cpp11BracedListStyle: true
22 DerivePointerAlignment: false
23 DisableFormat:   false
24 ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH, BOOST_REVERSE_FOREACH ]
25 IndentCaseLabels: false
26 IndentFunctionDeclarationAfterType: false
27 IndentWidth:     4
28 KeepEmptyLinesAtTheStartOfBlocks: false
29 Language:        Cpp
30 MaxEmptyLinesToKeep: 2
31 NamespaceIndentation: None
32 ObjCSpaceAfterProperty: false
33 ObjCSpaceBeforeProtocolList: false
34 PenaltyBreakBeforeFirstCallParameter: 1
35 PenaltyBreakComment: 300
36 PenaltyBreakFirstLessLess: 120
37 PenaltyBreakString: 1000
38 PenaltyExcessCharacter: 1000000
39 PenaltyReturnTypeOnItsOwnLine: 200
40 PointerAlignment: Left
41 SpaceBeforeAssignmentOperators: true
42 SpaceBeforeParens: ControlStatements
43 SpaceInEmptyParentheses: false
44 SpacesBeforeTrailingComments: 1
45 SpacesInAngles:  false
46 SpacesInContainerLiterals: true
47 SpacesInCStyleCastParentheses: false
48 SpacesInParentheses: false
49 Standard:        Cpp03
50 TabWidth:        8
51 UseTab:          Never