1+ ---
12BasedOnStyle : Google
23AccessModifierOffset : -1
34AlignEscapedNewlinesLeft : true
@@ -14,7 +15,7 @@ BreakBeforeBraces: Linux
1415BreakBeforeTernaryOperators : true
1516BreakConstructorInitializersBeforeComma : false
1617ColumnLimit : 0
17- CommentPragmas : ' ^ IWYU pragma:'
18+ CommentPragmas : ' ^ IWYU pragma:'
1819ConstructorInitializerAllOnOneLineOrOnePerLine : true
1920ConstructorInitializerIndentWidth : 2
2021ContinuationIndentWidth : 2
@@ -23,10 +24,10 @@ DerivePointerBinding: false
2324ExperimentalAutoDetectBinPacking : false
2425IndentCaseLabels : true
2526IndentFunctionDeclarationAfterType : true
26- IndentWidth : 2
27+ IndentWidth : 2
2728# It is broken on windows. Breaks all #include "header.h"
2829---
29- Language : Cpp
30+ Language : Cpp
3031MaxEmptyLinesToKeep : 1
3132KeepEmptyLinesAtTheStartOfBlocks : true
3233NamespaceIndentation : None
@@ -43,19 +44,18 @@ SpaceBeforeAssignmentOperators: true
4344SpaceBeforeParens : ControlStatements
4445SpaceInEmptyParentheses : false
4546SpacesBeforeTrailingComments : 1
46- SpacesInAngles : false
47+ SpacesInAngles : false
4748SpacesInContainerLiterals : true
4849SpacesInCStyleCastParentheses : false
4950SpacesInParentheses : false
50- Standard : Cpp11
51- TabWidth : 2
52- UseTab : Never
51+ Standard : Cpp11
52+ TabWidth : 2
53+ UseTab : Never
5354---
5455# Do not format protobuf files
5556Language : Proto
5657DisableFormat : true
57- # ---
58- # # Since clang-format 13.0.0
59- # Language: Json
60- # # O2 dumps JSON files with 4-space indents.
61- # IndentWidth: 4
58+ ---
59+ Language : Json
60+ # O2 dumps JSON files with 4-space indents.
61+ IndentWidth : 4
0 commit comments