Update Home

Booklordofthedings 2025-03-09 00:28:17 +01:00
parent d7eabde719
commit 6dc2129545

@ -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`)
- Defines use a screaming case with underscores (`A_THING_IS_HERE`)
<hr>
#### Formatting
- Indentation uses tabs
- Preprocessor instructions have no indentation infront of them
- Curly brackets go onto a new line