18 lines
469 B
YAML
18 lines
469 B
YAML
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
|