updated coding convention file

This commit is contained in:
Fufu Fang 2021-08-30 11:25:17 +01:00
parent 0f3cc61875
commit c2f409dcc7
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
- Static global variables: lower case letters
- Function names: TypeName_verb or verb_noun
- Type names: camel case with the first letter capitalised, e.g. CamelCase
- Indentation style: ``indent -linux $SOURCE_FILES``