mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
27 lines
703 B
YAML
27 lines
703 B
YAML
---
|
|
Language: Cpp
|
|
# BasedOnStyle: Mozilla
|
|
AccessModifierOffset: -2
|
|
AlignAfterOpenBracket: Align
|
|
AlignArrayOfStructures: Right
|
|
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
|
|
AlignConsecutiveAssignments: None
|
|
AlignConsecutiveBitFields: None
|
|
AlignConsecutiveDeclarations: None
|
|
AlignEscapedNewlines: Right
|
|
AlignOperands: Align
|
|
AlignTrailingComments: true
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AlwaysBreakAfterReturnType: None
|
|
BreakBeforeBraces: Mozilla
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
IncludeBlocks: Regroup
|
|
IndentPPDirectives: AfterHash
|
|
...
|
|
|