httpdirfs/src/README.md

7 lines
274 B
Markdown
Raw Permalink 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-31 12:18:39 +02:00
- Indentation style: ``indent -kr -nut *.c *.h``