Add .clang-format file. ()

This adds a .clang-format file, so that git clang-format uses
Google style without the need to remember the commandline flag.
Similar to .
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
cartographer_ros/cartographer_ros
cartographer_rviz/cartographer_rviz

View File

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

View File

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