HadronsPresets/.clang-format

10 lines
198 B
Plaintext
Raw Permalink Normal View History

2023-05-12 13:47:47 +01:00
BasedOnStyle: LLVM
AlwaysBreakTemplateDeclarations: "Yes"
AlignEscapedNewlines: Left
BreakBeforeBraces: Allman
FixNamespaceComments: "true"
UseTab: Never
IndentWidth: 2
TabWidth: 2
ColumnLimit: 100