mirror of
https://github.com/CIS-osdev/kernel
synced 2025-03-13 01:03:03 +03:00
29 lines
877 B
YAML
29 lines
877 B
YAML
Language: Cpp
|
|
IndentWidth: 4
|
|
UseTab: ForIndentation
|
|
TabWidth: 4
|
|
SpacesBeforeTrailingComments: 1
|
|
NamespaceIndentation: None
|
|
AlignConsecutiveAssignments: false
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
AllowShortLoopsOnASingleLine: true
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializersBeforeComma: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
IndentCaseLabels: true
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Right
|
|
ContinuationIndentWidth: 4
|
|
SpacesInParens: Never
|
|
SpacesInSquareBrackets: false
|
|
SpacesInAngles: false
|
|
IndentPPDirectives: None
|
|
IncludeBlocks: Preserve
|
|
Cpp11BracedListStyle: false
|
|
Standard: Cpp11
|
|
ReflowComments: false |