httpdirfs/src/README.md

7 lines
278 B
Markdown
Raw Normal View History

## Coding Convention
- External variables: capital letters
- 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
2021-08-30 12:25:17 +02:00
- Indentation style: ``indent -linux $SOURCE_FILES``