Add .clang-format

Signed-off-by: Jiang Bo <bo.jiang@verisilicon.com>
This commit is contained in:
Jiang Bo 2021-01-19 09:54:50 +08:00
parent 90b7a6fc32
commit bcae0571f0
1 changed files with 5 additions and 0 deletions

5
.clang-format Normal file
View File

@ -0,0 +1,5 @@
# Run manually to reformat a file:
# clang-format -i --style=file <file>
BasedOnStyle: Google
DerivePointerAlignment: false
ReflowComments: false