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
parent
683129243e
commit
0572ebb592
cartographer_ros/cartographer_ros
cartographer_rviz/cartographer_rviz
|
@ -0,0 +1,2 @@
|
|||
BasedOnStyle: Google
|
||||
DerivePointerAlignment: false
|
|
@ -0,0 +1,2 @@
|
|||
BasedOnStyle: Google
|
||||
DerivePointerAlignment: false
|
Loading…
Reference in New Issue