add clangformat configuration
This commit is contained in:
parent
e8bdbde3dc
commit
7a7e824a71
1 changed files with 4 additions and 0 deletions
4
.clang-format
Normal file
4
.clang-format
Normal file
|
@ -0,0 +1,4 @@
|
|||
IndentWidth: 2
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
InsertBraces: true
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
Reference in a new issue