readarg/.clang-format

34 lines
927 B
Plaintext
Raw Normal View History

2021-02-08 16:07:25 +00:00
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
2022-09-25 10:08:56 +00:00
AlwaysBreakAfterDefinitionReturnType: None
2021-02-08 16:07:25 +00:00
AlwaysBreakAfterReturnType: None
BasedOnStyle: LLVM
BreakBeforeBinaryOperators: None
BreakStringLiterals: false
2022-09-25 10:08:56 +00:00
BreakBeforeBraces: Allman
2021-02-08 16:07:25 +00:00
ColumnLimit: 0
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<.*>$'
Priority: 1
- Regex: '^".*"$'
Priority: 2
IndentCaseLabels: false
2022-09-25 10:08:56 +00:00
IndentWidth: 4
2021-02-08 16:07:25 +00:00
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false