feat: added clang-format for code format enforcing/cohesion
This commit is contained in:
parent
946f93eaca
commit
d992255125
11
.clang-format
Normal file
11
.clang-format
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Google style C++ Code Style settings
|
||||||
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||||||
|
|
||||||
|
Language: Cpp
|
||||||
|
BasedOnStyle: Google
|
||||||
|
AccessModifierOffset: -1
|
||||||
|
AlignAfterOpenBracket: Align
|
||||||
|
AlignOperands: Align
|
||||||
|
AllowAllArgumentsOnNextLine: true
|
||||||
|
ColumnLimit: 80
|
||||||
|
BreakBeforeBraces: Allman
|
||||||
Loading…
x
Reference in New Issue
Block a user