Try newline to fix code style formatting

pull/21833/head
David Baker 2016-07-11 16:19:14 +01:00
parent 4056ee7f14
commit 8d1d37c103
1 changed files with 1 additions and 0 deletions

View File

@ -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