Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a9ada66ba18fdf4c4a973f4bd7144875d829f4b4
/
.
/
.clang-format
blob: 510c4270f7b5c94f0756aecd9ea0180a288f3f66 [
file
] [
log
] [
blame
]
---
BasedOnStyle
:
Google
---
Language
:
Cpp
# Force pointers to the type for C++.
DerivePointerAlignment
:
false
PointerAlignment
:
Right
Standard
:
Cpp11