2020-06-02 06:53:06 +00:00
|
|
|
RawStringFormats:
|
|
|
|
- Language: Cpp
|
|
|
|
Delimiters:
|
|
|
|
- c
|
|
|
|
- C
|
|
|
|
- cc
|
|
|
|
- CC
|
|
|
|
- cpp
|
|
|
|
- Cpp
|
|
|
|
- CPP
|
|
|
|
- 'c++'
|
|
|
|
- 'C++'
|
|
|
|
- h
|
|
|
|
- hpp
|
|
|
|
CanonicalDelimiter: ''
|
|
|
|
BasedOnStyle: google
|
|
|
|
- Language: TextProto
|
|
|
|
Delimiters:
|
|
|
|
- pb
|
|
|
|
- PB
|
|
|
|
- proto
|
|
|
|
- PROTO
|
|
|
|
EnclosingFunctions:
|
|
|
|
- EqualsProto
|
|
|
|
- EquivToProto
|
|
|
|
- PARSE_PARTIAL_TEXT_PROTO
|
|
|
|
- PARSE_TEST_PROTO
|
|
|
|
- PARSE_TEXT_PROTO
|
|
|
|
- ParseTextOrDie
|
|
|
|
- ParseTextProtoOrDie
|
|
|
|
CanonicalDelimiter: ''
|
|
|
|
BasedOnStyle: google
|
2020-04-07 03:04:46 +00:00
|
|
|
|
|
|
|
Language: Cpp
|
2020-06-02 06:53:06 +00:00
|
|
|
BasedOnStyle: Mozilla
|
|
|
|
IndentWidth: 4
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AllowAllArgumentsOnNextLine: false
|
2020-04-07 03:04:46 +00:00
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
2020-06-02 06:53:06 +00:00
|
|
|
AlwaysBreakAfterReturnType: All
|
2020-04-07 03:04:46 +00:00
|
|
|
BinPackArguments: true
|
2020-06-02 06:53:06 +00:00
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2020-04-07 03:04:46 +00:00
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BraceWrapping:
|
|
|
|
AfterCaseLabel: false
|
|
|
|
AfterClass: true
|
|
|
|
AfterControlStatement: false
|
|
|
|
AfterEnum: true
|
|
|
|
AfterFunction: true
|
|
|
|
AfterNamespace: false
|
|
|
|
AfterObjCDeclaration: false
|
2020-06-02 06:53:06 +00:00
|
|
|
AfterStruct: false
|
2020-04-07 03:04:46 +00:00
|
|
|
AfterUnion: false
|
2020-06-02 06:53:06 +00:00
|
|
|
AfterExternBlock: false
|
2020-04-07 03:04:46 +00:00
|
|
|
BeforeCatch: false
|
2020-06-02 06:53:06 +00:00
|
|
|
BeforeElse: true
|
2020-04-07 03:04:46 +00:00
|
|
|
IndentBraces: false
|
|
|
|
SplitEmptyFunction: true
|
|
|
|
SplitEmptyRecord: false
|
|
|
|
SplitEmptyNamespace: true
|
|
|
|
ColumnLimit: 79
|
2020-06-02 06:53:06 +00:00
|
|
|
ContinuationIndentWidth: 2
|
2020-04-07 03:04:46 +00:00
|
|
|
DerivePointerAlignment: false
|
|
|
|
IncludeBlocks: Regroup
|
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: ".*"
|
|
|
|
Priority: 3
|
2020-06-02 06:53:06 +00:00
|
|
|
IndentPPDirectives: None
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
NamespaceIndentation: None
|
2020-04-07 03:04:46 +00:00
|
|
|
PointerAlignment: Right
|
|
|
|
ReflowComments: false
|
2020-06-02 06:53:06 +00:00
|
|
|
Standard: Auto
|
2020-04-07 03:04:46 +00:00
|
|
|
StatementMacros:
|
|
|
|
- Q_UNUSED
|
|
|
|
- QT_REQUIRE_VERSION
|
2020-06-02 06:53:06 +00:00
|
|
|
|
2020-04-07 03:04:46 +00:00
|
|
|
# AccessModifierOffset: -2
|
|
|
|
# AlignConsecutiveAssignments: false
|
|
|
|
# AlignConsecutiveDeclarations: false
|
|
|
|
# AlignEscapedNewlines: Right
|
|
|
|
# AlignOperands: true
|
|
|
|
# AlignTrailingComments: true
|
|
|
|
# AllowAllConstructorInitializersOnNextLine: true
|
|
|
|
# AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
# AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
# AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
# AllowShortLambdasOnASingleLine: All
|
|
|
|
# AllowShortIfStatementsOnASingleLine: Never
|
|
|
|
# AllowShortLoopsOnASingleLine: false
|
|
|
|
# AlwaysBreakAfterDefinitionReturnType: TopLevel
|
|
|
|
# AlwaysBreakAfterReturnType: TopLevel
|
|
|
|
# AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
# AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
# BreakBeforeInheritanceComma: false
|
|
|
|
# BreakInheritanceList: BeforeComma
|
|
|
|
# BreakBeforeTernaryOperators: true
|
|
|
|
# BreakConstructorInitializersBeforeComma: false
|
|
|
|
# BreakConstructorInitializers: BeforeComma
|
|
|
|
# BreakAfterJavaFieldAnnotations: false
|
|
|
|
# BreakStringLiterals: true
|
|
|
|
# CommentPragmas: '^ IWYU pragma:'
|
|
|
|
# CompactNamespaces: false
|
|
|
|
# ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
# ConstructorInitializerIndentWidth: 2
|
|
|
|
# Cpp11BracedListStyle: false
|
|
|
|
# DisableFormat: false
|
|
|
|
# ExperimentalAutoDetectBinPacking: false
|
|
|
|
# FixNamespaceComments: false
|
|
|
|
# ForEachMacros:
|
|
|
|
# - foreach
|
|
|
|
# - Q_FOREACH
|
|
|
|
# - BOOST_FOREACH
|
|
|
|
# IncludeIsMainRegex: '(Test)?$'
|
|
|
|
# IndentCaseLabels: true
|
|
|
|
# IndentWrappedFunctionNames: false
|
|
|
|
# JavaScriptQuotes: Leave
|
|
|
|
# JavaScriptWrapImports: true
|
|
|
|
# KeepEmptyLinesAtTheStartOfBlocks: true
|
|
|
|
# MacroBlockBegin: ''
|
|
|
|
# MacroBlockEnd: ''
|
|
|
|
# MaxEmptyLinesToKeep: 1
|
|
|
|
# ObjCBinPackProtocolList: Auto
|
|
|
|
# ObjCBlockIndentWidth: 2
|
|
|
|
# ObjCSpaceAfterProperty: true
|
|
|
|
# ObjCSpaceBeforeProtocolList: false
|
|
|
|
# PenaltyBreakAssignment: 2
|
|
|
|
# PenaltyBreakBeforeFirstCallParameter: 19
|
|
|
|
# PenaltyBreakComment: 300
|
|
|
|
# PenaltyBreakFirstLessLess: 120
|
|
|
|
# PenaltyBreakString: 1000
|
|
|
|
# PenaltyBreakTemplateDeclaration: 10
|
|
|
|
# PenaltyExcessCharacter: 1000000
|
|
|
|
# PenaltyReturnTypeOnItsOwnLine: 200
|
|
|
|
# SortIncludes: true
|
|
|
|
# SortUsingDeclarations: true
|
|
|
|
# SpaceAfterCStyleCast: false
|
|
|
|
# SpaceAfterLogicalNot: false
|
|
|
|
# SpaceAfterTemplateKeyword: false
|
|
|
|
# SpaceBeforeAssignmentOperators: true
|
|
|
|
# SpaceBeforeCpp11BracedList: false
|
|
|
|
# SpaceBeforeCtorInitializerColon: true
|
|
|
|
# SpaceBeforeInheritanceColon: true
|
|
|
|
# SpaceBeforeParens: ControlStatements
|
|
|
|
# SpaceBeforeRangeBasedForLoopColon: true
|
|
|
|
# SpaceInEmptyParentheses: false
|
|
|
|
# SpacesBeforeTrailingComments: 1
|
|
|
|
# SpacesInAngles: false
|
|
|
|
# SpacesInContainerLiterals: true
|
|
|
|
# SpacesInCStyleCastParentheses: false
|
|
|
|
# SpacesInParentheses: false
|
|
|
|
# SpacesInSquareBrackets: false
|
|
|
|
# TabWidth: 4
|
|
|
|
# UseTab: Never
|
|
|
|
# ...
|
|
|
|
|