borg_public/.clang-format

21 lines
440 B
Plaintext
Raw Normal View History

2023-05-29 10:41:03 +02:00
BasedOnStyle: llvm
IndentWidth: 2
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlines: Right
Standard: Cpp11
SortIncludes: false
PointerAlignment: Right
MaxEmptyLinesToKeep: 1
ReflowComments: false
IndentPPDirectives: AfterHash
CompactNamespaces: false
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: true
NamespaceIndentation: All
BraceWrapping:
AfterControlStatement: false
AfterFunction: false
AfterNamespace: false