mirror of
https://github.com/CIS-osdev/kernel
synced 2025-03-12 14:22:54 +03:00
Update .clang-format
This commit is contained in:
parent
942bd2308e
commit
b7200ff2b1
@ -1,4 +1,4 @@
|
||||
ColumnLimit: 100
|
||||
Language: Cpp
|
||||
IndentWidth: 4
|
||||
UseTab: ForIndentation
|
||||
TabWidth: 4
|
||||
@ -6,25 +6,24 @@ SpacesBeforeTrailingComments: 1
|
||||
NamespaceIndentation: None
|
||||
AlignConsecutiveAssignments: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
AllowShortBlocksOnASingleLine: Empty
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortIfStatementsOnASingleLine: WithoutElse
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
DerivePointerAlignment: true
|
||||
IndentCaseLabels: true
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
PointerAlignment: Right
|
||||
ContinuationIndentWidth: 4
|
||||
SpacesInParentheses: false
|
||||
SpacesInParens: Never
|
||||
SpacesInSquareBrackets: false
|
||||
SpacesInAngles: false
|
||||
SpaceInEmptyParentheses: true
|
||||
IndentPPDirectives: None
|
||||
IncludeBlocks: Preserve
|
||||
Cpp11BracedListStyle: false
|
||||
Standard: Cpp11
|
||||
Standard: Cpp11
|
||||
ReflowComments: false
|
Loading…
x
Reference in New Issue
Block a user