BasedOnStyle: LLVM
Standard: c++17
UseTab: Never
IndentWidth: 4
BreakBeforeBraces: Attach
Cpp11BracedListStyle: true
NamespaceIndentation: Inner
AlwaysBreakTemplateDeclarations: true
SpaceAfterCStyleCast: false
ColumnLimit: 120
InsertNewlineAtEOF: true
AlignAfterOpenBracket: BlockIndent
IncludeBlocks: Preserve
