Update .clang-format

This commit is contained in:
Parsa Bagheri 2022-04-28 12:10:33 -07:00 committed by GitHub
parent cbfaa4ac19
commit a4bb4abacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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