1- # AccessModifierOffset: -2
1+ BasedOnStyle : Google
2+ AccessModifierOffset : -1
23AlignEscapedNewlinesLeft : true
34AlignTrailingComments : true
45AllowAllParametersOfDeclarationOnNextLine : false
5- # AllowShortFunctionsOnASingleLine: true
6+ AllowShortFunctionsOnASingleLine : true
67AllowShortIfStatementsOnASingleLine : false
78AllowShortLoopsOnASingleLine : false
89# AlwaysBreakBeforeMultilineStrings: true
910AlwaysBreakTemplateDeclarations : true
1011BinPackParameters : true
1112BreakBeforeBinaryOperators : false
12- BreakBeforeBraces : Stroustrup
13+ BreakBeforeBraces : Linux
1314BreakBeforeTernaryOperators : true
1415BreakConstructorInitializersBeforeComma : false
15- ColumnLimit : 120
16- # CommentPragmas: '^ IWYU pragma:'
16+ ColumnLimit : 0
17+ CommentPragmas : ' ^ IWYU pragma:'
1718ConstructorInitializerAllOnOneLineOrOnePerLine : true
1819ConstructorInitializerIndentWidth : 2
1920ContinuationIndentWidth : 2
@@ -24,24 +25,25 @@ IndentCaseLabels: true
2425IndentFunctionDeclarationAfterType : true
2526IndentWidth : 2
2627# It is broken on windows. Breaks all #include "header.h"
27- # Language: Cpp
28+ Language : Cpp
2829MaxEmptyLinesToKeep : 1
30+ KeepEmptyLinesAtTheStartOfBlocks : true
2931NamespaceIndentation : None
30- # ObjCSpaceAfterProperty: false
32+ ObjCSpaceAfterProperty : false
3133ObjCSpaceBeforeProtocolList : false
3234PenaltyBreakBeforeFirstCallParameter : 1
3335PenaltyBreakComment : 300
3436PenaltyBreakFirstLessLess : 120
3537PenaltyBreakString : 1000
3638PenaltyExcessCharacter : 1000000
3739PenaltyReturnTypeOnItsOwnLine : 200
38- PointerBindsToType : true
40+ SortIncludes : false
3941SpaceBeforeAssignmentOperators : true
40- # SpaceBeforeParens: ControlStatements
42+ SpaceBeforeParens : ControlStatements
4143SpaceInEmptyParentheses : false
4244SpacesBeforeTrailingComments : 1
4345SpacesInAngles : false
44- # SpacesInContainerLiterals: true
46+ SpacesInContainerLiterals : true
4547SpacesInCStyleCastParentheses : false
4648SpacesInParentheses : false
4749Standard : Cpp11
0 commit comments