mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 16:20:06 +00:00
27 lines
703 B
Plaintext
27 lines
703 B
Plaintext
|
---
|
||
|
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
|
||
|
...
|
||
|
|