am a80ae8b8
: Merge "Add a .clang-format file."
* commit 'a80ae8b84812d69ca63647262ab888b2f40d55a0': Add a .clang-format file.
This commit is contained in:
commit
8c6b0d164e
11
.clang-format
Normal file
11
.clang-format
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
BasedOnStyle: Google
|
||||||
|
AllowShortBlocksOnASingleLine: false
|
||||||
|
AllowShortFunctionsOnASingleLine: false
|
||||||
|
|
||||||
|
CommentPragmas: NOLINT:.*
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
IndentWidth: 2
|
||||||
|
PointerAlignment: Left
|
||||||
|
TabWidth: 2
|
||||||
|
UseTab: Never
|
||||||
|
PenaltyExcessCharacter: 32
|
Loading…
Reference in New Issue
Block a user