clang-format settings

This commit is contained in:
Antonin Portelli 2023-05-12 13:47:47 +01:00
parent 3127ac2ce5
commit 540711e1ce

9
.clang-format Normal file
View File

@ -0,0 +1,9 @@
BasedOnStyle: LLVM
AlwaysBreakTemplateDeclarations: "Yes"
AlignEscapedNewlines: Left
BreakBeforeBraces: Allman
FixNamespaceComments: "true"
UseTab: Never
IndentWidth: 2
TabWidth: 2
ColumnLimit: 100