18 lines
315 B
YAML
18 lines
315 B
YAML
BasedOnStyle: LLVM
|
|
|
|
Language: Cpp
|
|
Standard: c++20
|
|
|
|
ColumnLimit: 135
|
|
|
|
AlignEscapedNewlines: Left
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
AlwaysBreakTemplateDeclarations: true
|
|
IndentPPDirectives: AfterHash
|
|
|
|
AccessModifierOffset: -4
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
|