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