code_analyzer/.clang-format

18 lines
469 B
Plaintext
Raw Normal View History

2022-01-07 12:52:33 +01:00
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