From 6dc2129545583f59555bcc68961e51ab2376d7a9 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sun, 9 Mar 2025 00:28:17 +0100 Subject: [PATCH] Update Home --- Home.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a439a35..207f5b9 100644 --- a/Home.md +++ b/Home.md @@ -27,4 +27,11 @@ Its formatted as a list of rules to make it somewhat easier to read and understa - Namespaces should use `PascalCase` - Namespaces should be used instead of prefixes *Prefixes may only be used if the names of objects are very generic or overlap with corlib types* -- Defines use a screaming case with underscores (`A_THING_IS_HERE`) \ No newline at end of file +- Defines use a screaming case with underscores (`A_THING_IS_HERE`) + +
+ +#### Formatting +- Indentation uses tabs +- Preprocessor instructions have no indentation infront of them +- Curly brackets go onto a new line \ No newline at end of file