aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/style.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/style.md b/doc/style.md
new file mode 100644
index 0000000..28b712d
--- /dev/null
+++ b/doc/style.md
@@ -0,0 +1,8 @@
+## file headers
+```c
+//=====================================================================
+// <component name>
+// spdx-license-identifier: ISC
+// description:
+//=====================================================================
+```