diff --git a/Coding-Standards.md b/Coding-Standards.md index 6dbcfe4..607b493 100644 --- a/Coding-Standards.md +++ b/Coding-Standards.md @@ -1,4 +1,4 @@ -##Coding Standards + * Format your code so that we can read it, please! * Use tabs for formatting, NOT SPACES. Tabs create smaller files and editors allow developers to view a tab as however many spaces as they prefer. Spaces do not allow this. There is one exception (see arrays below).