📝」 doc: changed norm to match nix styling :D

This commit is contained in:
2025-02-14 11:33:28 +01:00
parent 11f2c43b34
commit 00f85cbed7

View File

@ -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):