Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
.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