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