.clang-format (235B)
1 BasedOnStyle: LLVM 2 3 PointerAlignment: Left 4 IndentCaseLabels: true 5 AllowShortFunctionsOnASingleLine: false 6 AllowShortCaseLabelsOnASingleLine: false 7 AlwaysBreakTemplateDeclarations: true 8 BinPackArguments: true 9 FixNamespaceComments: true