diff --git a/Developer-Guide.md b/Developer-Guide.md index b98275b..b4140c1 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -17,6 +17,9 @@ The directory is named "include", as more intelligence is included (or sourced) ### Extra directory Supporting documents and scripts are stored here. +# Style +Like any programming language, there are different ways to keep a project structured. It ranges from variable names, up to spacing. So we provide some guidelines to keep the structure and flexible enough for further expansion. -# Style \ No newline at end of file +* Identitation is done with 4 spaces (no tabs) +* Variables are capitalized, optional with an underscore to "split" words \ No newline at end of file