HadronsPresets/.clang-format

10 lines
198 B
YAML

BasedOnStyle: LLVM
AlwaysBreakTemplateDeclarations: "Yes"
AlignEscapedNewlines: Left
BreakBeforeBraces: Allman
FixNamespaceComments: "true"
UseTab: Never
IndentWidth: 2
TabWidth: 2
ColumnLimit: 100