• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2Language:        Cpp
3AccessModifierOffset: -3
4AlignAfterOpenBracket: true
5AlignEscapedNewlinesLeft: false
6AlignOperands:   false
7AlignTrailingComments: false
8AllowAllParametersOfDeclarationOnNextLine: true
9AllowShortBlocksOnASingleLine: false
10AllowShortCaseLabelsOnASingleLine: false
11AllowShortIfStatementsOnASingleLine: false
12AllowShortLoopsOnASingleLine: false
13AllowShortFunctionsOnASingleLine: All
14AlwaysBreakAfterDefinitionReturnType: true
15AlwaysBreakTemplateDeclarations: false
16AlwaysBreakBeforeMultilineStrings: false
17BreakBeforeBinaryOperators: NonAssignment
18BreakBeforeTernaryOperators: true
19BreakConstructorInitializersBeforeComma: true
20BinPackParameters: false
21BinPackArguments: false
22ColumnLimit:     78
23ConstructorInitializerAllOnOneLineOrOnePerLine: false
24ConstructorInitializerIndentWidth: 3
25DerivePointerAlignment: false
26ExperimentalAutoDetectBinPacking: false
27IndentCaseLabels: false
28IndentWrappedFunctionNames: false
29IndentFunctionDeclarationAfterType: false
30MaxEmptyLinesToKeep: 2
31KeepEmptyLinesAtTheStartOfBlocks: true
32NamespaceIndentation: Inner
33ObjCBlockIndentWidth: 3
34ObjCSpaceAfterProperty: true
35ObjCSpaceBeforeProtocolList: true
36PenaltyBreakBeforeFirstCallParameter: 19
37PenaltyBreakComment: 300
38PenaltyBreakString: 1000
39PenaltyBreakFirstLessLess: 120
40PenaltyExcessCharacter: 1000000
41PenaltyReturnTypeOnItsOwnLine: 0
42PointerAlignment: Right
43SpacesBeforeTrailingComments: 1
44Cpp11BracedListStyle: true
45Standard:        Cpp11
46IndentWidth:     3
47TabWidth:        8
48UseTab:          Never
49BreakBeforeBraces: Linux
50SpacesInParentheses: false
51SpacesInSquareBrackets: false
52SpacesInAngles:  false
53SpaceInEmptyParentheses: false
54SpacesInCStyleCastParentheses: false
55SpaceAfterCStyleCast: false
56SpacesInContainerLiterals: true
57SpaceBeforeAssignmentOperators: true
58ContinuationIndentWidth: 3
59CommentPragmas:  '^ IWYU pragma:'
60ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
61SpaceBeforeParens: ControlStatements
62DisableFormat:   false
63...
64
65