summaryrefslogtreecommitdiffhomepage
path: root/doc/cpp_style.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 23:03:15 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 23:03:15 +0100
commitc64f60e1c99cb06cf31314662e243a733ac0bad9 (patch)
tree5c6a0c74e010fd4085fadd42cd9672b00f70c6e8 /doc/cpp_style.md
parent4761cc729d0c2fe08ac4c4c2a72020fa73ae53a9 (diff)
chore: codebase improvements and tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/cpp_style.md')
-rw-r--r--doc/cpp_style.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/cpp_style.md b/doc/cpp_style.md
index 67f9800..65f8f85 100644
--- a/doc/cpp_style.md
+++ b/doc/cpp_style.md
@@ -8,3 +8,7 @@ Nectar uses the Google C++ Style. But applied to low-level systems. We use C++20
Nectar doesn't limit itself to a C++ paradigm, as we may find fitting solutions by exploring other patterns.
+### References:
+
+- Google C++ Style.
+- Zero Overhead Abstraction.