From 8d1d37c103bb4dd72eff856ad9cdac5824ca095c Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 11 Jul 2016 16:19:14 +0100 Subject: [PATCH] Try newline to fix code style formatting --- code_style.md | 1 + 1 file changed, 1 insertion(+) diff --git a/code_style.md b/code_style.md index 6ec2597aa2..70ae36faa7 100644 --- a/code_style.md +++ b/code_style.md @@ -37,6 +37,7 @@ General Style - Single line ternary operators are fine. - UPPER_CAMEL_CASE for constants - Single quotes for strings by default, for consistency with most JavaScript styles: + ``` "bad" // Bad 'good' // Good