You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
444 B
13 lines
444 B
1 year ago
|
# Coding Style
|
||
|
|
||
|
High level style information:
|
||
|
|
||
|
- Tabs expanded to 4 spaces
|
||
|
- Pascal/CamelCase naming conventions
|
||
|
|
||
|
The style itself is documents in the following example files:
|
||
|
|
||
|
- [CodingStyle.cc](https://github.com/mavlink/qgroundcontrol/blob/master/CodingStyle.cc)
|
||
|
- [CodingStyle.h](https://github.com/mavlink/qgroundcontrol/blob/master/CodingStyle.h)
|
||
|
- [CodingStyle.qml](https://github.com/mavlink/qgroundcontrol/blob/master/CodingStyle.qml)
|