Merge pull request #1506 from zubingtan/add_clang_format

add clang-format configuration file
release/4.3a0
Frank Dellaert 2023-04-12 22:28:24 -07:00 committed by GitHub
commit 856ff94d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.clang-format Normal file
View File

@ -0,0 +1,8 @@
BasedOnStyle: Google
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 100
DerivePointerAlignment: false
IncludeBlocks: Preserve
PointerAlignment: Left