Add .clang-format
Signed-off-by: Jiang Bo <bo.jiang@verisilicon.com>
This commit is contained in:
parent
90b7a6fc32
commit
bcae0571f0
|
|
@ -0,0 +1,5 @@
|
|||
# Run manually to reformat a file:
|
||||
# clang-format -i --style=file <file>
|
||||
BasedOnStyle: Google
|
||||
DerivePointerAlignment: false
|
||||
ReflowComments: false
|
||||
Loading…
Reference in New Issue