Add .clang-format file. (#938)

This adds a .clang-format file, so that git clang-format uses
Google style without the need to remember the commandline flag.
Similar to googlecartographer/cartographer#1249.
master
Wolfgang Hess 2018-07-13 11:29:46 +02:00 committed by Wally B. Feed
parent 683129243e
commit 0572ebb592
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
BasedOnStyle: Google
DerivePointerAlignment: false

View File

@ -0,0 +1,2 @@
BasedOnStyle: Google
DerivePointerAlignment: false