Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f4520e29da835cce014c75e8724e7b55d313c14a
/
.
/
.clang-format
blob: 510c4270f7b5c94f0756aecd9ea0180a288f3f66 [
file
] [
log
] [
blame
]
Comran Morshed
f4520e2
2016-01-18 16:36:28 +0000
[
diff
] [
blame^
]
1
---
2
BasedOnStyle
:
Google
3
---
4
Language
:
Cpp
5
# Force pointers to the type for C++.
6
DerivePointerAlignment
:
false
7
PointerAlignment
:
Right
8
Standard
:
Cpp11