Updated Style Guide authored by Jeremie Michaud (jdm489)'s avatar Jeremie Michaud (jdm489)
...@@ -2,8 +2,15 @@ ...@@ -2,8 +2,15 @@
All code written by all members shall follow these guidelines: All code written by all members shall follow these guidelines:
General:
1. Indentation should be done using tabs
HTML: HTML:
1. Follow HTML5 style and guidelines
2. Each nested block should be indented
3. Attributes and tags should be in lowercase
CSS: CSS:
Javascript: Javascript:
... ...
......