18 lines
469 B
Plaintext
18 lines
469 B
Plaintext
|
AccessModifierOffset : -2
|
||
|
AllowShortIfStatementsOnASingleLine : Never
|
||
|
AlignConsecutiveMacros : true
|
||
|
AllowShortLoopsOnASingleLine : false
|
||
|
AlwaysBreakTemplateDeclarations : true
|
||
|
Standard : c++20
|
||
|
NamespaceIndentation : All
|
||
|
IndentWidth : 4
|
||
|
TabWidth : 4
|
||
|
BreakBeforeBraces : Linux
|
||
|
AllowShortFunctionsOnASingleLine : Empty
|
||
|
AllowShortBlocksOnASingleLine : Never
|
||
|
FixNamespaceComments : true
|
||
|
PointerAlignment : Right
|
||
|
ColumnLimit : 120
|
||
|
ContinuationIndentWidth : 2
|
||
|
UseTab : Always
|