We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09bf36 commit efb976cCopy full SHA for efb976c
docs/src/content/docs/start-here/style-guide.mdx
@@ -53,7 +53,7 @@ We use `#pragma once` instead of include guards.
53
} struct_name_t
54
```
55
- Import statements should be grouped in the following order:
56
- 1. Local imports (e.g. `#include "cc1120_driver.h`)
+ 1. Local imports (e.g. `#include "cc1120_driver.h"`)
57
2. External library imports (e.g. `#include <os_semphr.h>`)
58
3. Standard library imports (e.g. `#include <stdint.h>`)
59
@@ -304,4 +304,4 @@ File comments are not required.
304
- `functionNames()` in camelCase
305
- `CONSTANT_NAME` in SCREAMING_SNAKE_CASE
306
- `file-names` in kebab-case
307
-- `ClassName` and `ComponentName` in PascalCase
+- `ClassName` and `ComponentName` in PascalCase
0 commit comments