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