Add .clang-format file. (#1249)
This adds a .clang-format file, so that git clang-format uses Google style without the need to remember the commandline flag. Moreover, this ensures correct formatting if the Cartographer code is in a subtree of a repo.master
parent
35abfccc6b
commit
88850ec2d7
|
@ -0,0 +1,2 @@
|
||||||
|
BasedOnStyle: Google
|
||||||
|
DerivePointerAlignment: false
|
Loading…
Reference in New Issue