mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +00:00
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
|
{
|
||
|
BasedOnStyle : LLVM,
|
||
|
|
||
|
AlignConsecutiveAssignments : true,
|
||
|
AlignConsecutiveDeclarations : true,
|
||
|
AlignConsecutiveMacros : true,
|
||
|
AlignEscapedNewlines : true,
|
||
|
AlignOperands : true,
|
||
|
AlignTrailingComments : true,
|
||
|
|
||
|
UseTab : Never,
|
||
|
IndentWidth : 4,
|
||
|
TabWidth : 4,
|
||
|
BreakBeforeBraces : Stroustrup,
|
||
|
AllowShortIfStatementsOnASingleLine : false,
|
||
|
IndentCaseLabels : false,
|
||
|
ColumnLimit : 90,
|
||
|
AccessModifierOffset : -4,
|
||
|
NamespaceIndentation : Inner,
|
||
|
PointerAlignment : Left,
|
||
|
FixNamespaceComments : true,
|
||
|
SortIncludes : false,
|
||
|
|
||
|
ReflowComments : false,
|
||
|
SpacesInConditionalStatement : true,
|
||
|
SpacesInParentheses : true,
|
||
|
}
|