Files
HadronsPresets/.clang-format
T
2023-05-12 13:47:47 +01:00

10 lines
198 B
YAML

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