mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-10 00:00:05 +00:00
29 lines
766 B
Plaintext
29 lines
766 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
|
||
|
MacroBlockBegin: "^LAIKA_TRY$"
|
||
|
MacroBlockEnd: "^LAIKA_TRYEND$"
|
||
|
...
|
||
|
|