Browse Source

Mention indent and semicolons

Kevin Sawicki 9 years ago
parent
commit
686af28f54
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/development/coding-style.md

+ 2 - 0
docs/development/coding-style.md

@@ -19,6 +19,8 @@ etc.
 
 ## JavaScript
 
+* Use a two space indent, no hard tabs.
+* End lines with a `;`
 * Files should **NOT** end with new line, because we want to match Google's
   styles.
 * File names should be concatenated with `-` instead of `_`, e.g.