mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
77 lines
2.4 KiB
YAML
77 lines
2.4 KiB
YAML
---
|
|
Language: Cpp
|
|
AccessModifierOffset: -8
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
AlignEscapedNewlinesLeft: true
|
|
AlignOperands: true
|
|
AlignTrailingComments: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
AlwaysBreakTemplateDeclarations: false
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
BraceWrapping: {AfterClass: false, AfterControlStatement: false, AfterEnum: false,
|
|
AfterFunction: true, AfterNamespace: false, AfterObjCDeclaration: false, AfterStruct: false,
|
|
AfterUnion: false, BeforeCatch: false, BeforeElse: false, IndentBraces: false}
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Attach
|
|
BreakBeforeTernaryOperators: false
|
|
BreakConstructorInitializersBeforeComma: true
|
|
ColumnLimit: 80
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
ConstructorInitializerIndentWidth: 4
|
|
ContinuationIndentWidth: 16
|
|
Cpp11BracedListStyle: true
|
|
DerivePointerAlignment: false
|
|
DisableFormat: false
|
|
ExperimentalAutoDetectBinPacking: true
|
|
ForEachMacros: [foreach, Q_FOREACH, BOOST_FOREACH]
|
|
IncludeCategories:
|
|
- {Priority: 2, Regex: ^"(llvm|llvm-c|clang|clang-c)/}
|
|
- {Priority: 3, Regex: ^(<|"(gtest|isl|json)/)}
|
|
- {Priority: 1, Regex: .*}
|
|
IndentCaseLabels: true
|
|
IndentWidth: 8
|
|
IndentWrappedFunctionNames: true
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
MacroBlockBegin: ''
|
|
MacroBlockEnd: ''
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: Inner
|
|
ObjCBlockIndentWidth: 0
|
|
ObjCSpaceAfterProperty: true
|
|
ObjCSpaceBeforeProtocolList: true
|
|
PenaltyBreakBeforeFirstCallParameter: 19
|
|
PenaltyBreakComment: 345
|
|
PenaltyBreakFirstLessLess: 150
|
|
PenaltyBreakString: 618
|
|
PenaltyExcessCharacter: 977572
|
|
PenaltyReturnTypeOnItsOwnLine: 41
|
|
PointerAlignment: Left
|
|
ReflowComments: true
|
|
SortIncludes: true
|
|
SpaceAfterCStyleCast: false
|
|
SpaceBeforeAssignmentOperators: true
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceInEmptyParentheses: false
|
|
SpacesBeforeTrailingComments: 2
|
|
SpacesInAngles: false
|
|
SpacesInCStyleCastParentheses: true
|
|
SpacesInContainerLiterals: true
|
|
SpacesInParentheses: false
|
|
SpacesInSquareBrackets: false
|
|
Standard: Cpp03
|
|
TabWidth: 8
|
|
UseTab: Always
|
|
...
|