Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: c++/clang-format/clang-format-eyeo

Issue 29537634: Noissue - clang-format configuration file for C++
Patch Set: address comments Created Sept. 8, 2017, 3:47 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« c++/clang-format/README.md ('K') | « c++/clang-format/README.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ---
2 Language: Cpp
3 AccessModifierOffset: -2
4 AlignAfterOpenBracket: Align
5 AlignEscapedNewlinesLeft: false
6 AlignTrailingComments: true
7 AllowAllParametersOfDeclarationOnNextLine: false
8 AllowShortBlocksOnASingleLine: false
9 AllowShortFunctionsOnASingleLine: All
10 AllowShortIfStatementsOnASingleLine: false
11 AllowShortLoopsOnASingleLine: false
12 AlwaysBreakBeforeMultilineStrings: false
13 AlwaysBreakTemplateDeclarations: true
14 BinPackParameters: true
15 BreakBeforeBinaryOperators: false
16 BreakBeforeBraces: Allman
17 BreakBeforeTernaryOperators: false
18 BreakConstructorInitializersBeforeComma: false
19 ColumnLimit: 0
20 CommentPragmas: '^ IWYU pragma:'
21 ConstructorInitializerAllOnOneLineOrOnePerLine: true
22 ConstructorInitializerIndentWidth: 2
23 ContinuationIndentWidth: 2
24 Cpp11BracedListStyle: true
25 DerivePointerAlignment: false
26 DisableFormat: false
27 ExperimentalAutoDetectBinPacking: false
28 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
29 IndentCaseLabels: true
30 IndentFunctionDeclarationAfterType: false
31 IndentWidth: 2
32 IndentWrappedFunctionNames: false
33 KeepEmptyLinesAtTheStartOfBlocks: false
34 MaxEmptyLinesToKeep: 1
35 NamespaceIndentation: All
36 PenaltyBreakBeforeFirstCallParameter: 19
37 PenaltyBreakComment: 300
38 PenaltyBreakFirstLessLess: 120
39 PenaltyBreakString: 1000
40 PenaltyExcessCharacter: 1000000
41 PenaltyReturnTypeOnItsOwnLine: 200
42 PointerAlignment: Left
43 SpaceBeforeAssignmentOperators: true
44 SpaceBeforeParens: ControlStatements
45 SpaceInEmptyParentheses: false
46 SpacesBeforeTrailingComments: 1
47 SpacesInAngles: false
48 SpacesInContainerLiterals: true
49 SpacesInCStyleCastParentheses: false
50 SpacesInParentheses: false
51 SpacesInSquareBrackets: false
52 Standard: Cpp11
53 TabWidth: 8
54 UseTab: Never
55 ...
56
OLDNEW
« c++/clang-format/README.md ('K') | « c++/clang-format/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld