From 00f85cbed76adfda1f3eb7e53106cc16d643db68 Mon Sep 17 00:00:00 2001 From: adjoly Date: Fri, 14 Feb 2025 11:33:28 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=93=9D=E3=80=8D=20doc:=20changed?= =?UTF-8?q?=20norm=20to=20match=20nix=20styling=20:D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NORM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NORM.md b/NORM.md index 931e93c..2046c8e 100644 --- a/NORM.md +++ b/NORM.md @@ -3,6 +3,7 @@ ## File Structure - Header Files (.hpp/.h): + - Header folder must have a default.hpp which will be used for including in .cpp - Include declarations of classes, functions, constants, and macros. - Use include guards or #pragma once to prevent multiple inclusions. - Source Files (.cpp):