From 686af28f547b656b703b8ec443dcea92751d64a1 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 7 Mar 2016 09:45:13 -0800 Subject: [PATCH] Mention indent and semicolons --- docs/development/coding-style.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/coding-style.md b/docs/development/coding-style.md index f28b737921a6..5523c072b119 100644 --- a/docs/development/coding-style.md +++ b/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.