Merge pull request #1506 from zubingtan/add_clang_format
add clang-format configuration filerelease/4.3a0
commit
856ff94d70
|
@ -0,0 +1,8 @@
|
|||
BasedOnStyle: Google
|
||||
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
ColumnLimit: 100
|
||||
DerivePointerAlignment: false
|
||||
IncludeBlocks: Preserve
|
||||
PointerAlignment: Left
|
Loading…
Reference in New Issue