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

