2023-07-13 18:07:53 -07:00
|
|
|
---
|
2023-10-10 01:12:56 -07:00
|
|
|
Language: C
|
|
|
|
Standard: C11 (or C17)
|
2023-07-13 18:07:53 -07:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
TabWidth: 4
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignConsecutiveDeclarations: true
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortEnumsOnASingleLine: false
|
|
|
|
AllowShortNamespaceContentsOnASingleLine: false
|
|
|
|
AllowShortTemplateFunctionsOnASingleLine: false
|
|
|
|
AllowShortTypeConstraintsOnASingleLine: false
|
|
|
|
AllowShortVariablesOnASingleLine: false
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|