mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
---
|
|
AccessModifierOffset: -1
|
|
ConstructorInitializerIndentWidth: 4
|
|
AlignEscapedNewlinesLeft: true
|
|
AlignTrailingComments: false
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
BreakBeforeBinaryOperators: false
|
|
BreakConstructorInitializersBeforeComma: false
|
|
BinPackParameters: false
|
|
ColumnLimit: 80
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
DerivePointerBinding: true
|
|
ExperimentalAutoDetectBinPacking: true
|
|
IndentCaseLabels: false
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: None
|
|
ObjCSpaceBeforeProtocolList: false
|
|
PenaltyBreakComment: 60
|
|
PenaltyBreakString: 1000
|
|
PenaltyBreakFirstLessLess: 20
|
|
PenaltyExcessCharacter: 1000000
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
|
PointerBindsToType: true
|
|
SpacesBeforeTrailingComments: 1
|
|
Cpp11BracedListStyle: true
|
|
Standard: Cpp03
|
|
IndentWidth: 2
|
|
TabWidth: 8
|
|
UseTab: Never
|
|
BreakBeforeBraces: Attach
|
|
IndentFunctionDeclarationAfterType: false
|
|
SpacesInParentheses: false
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpaceAfterControlStatementKeyword: true
|
|
SpaceBeforeAssignmentOperators: true
|
|
...
|