Mention indent and semicolons

This commit is contained in:
Kevin Sawicki 2016-03-07 09:45:13 -08:00
parent 6725523042
commit 686af28f54

View file

@ -19,6 +19,8 @@ etc.
## JavaScript ## 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 * Files should **NOT** end with new line, because we want to match Google's
styles. styles.
* File names should be concatenated with `-` instead of `_`, e.g. * File names should be concatenated with `-` instead of `_`, e.g.