Merge pull request #529 from matrix-org/rav/fix_codestyle_quoting
Fix some markdown in the code style docpull/21833/head
commit
9e69b48762
|
@ -41,7 +41,7 @@ General Style
|
|||
"bad" // Bad
|
||||
'good' // Good
|
||||
```
|
||||
- Use parentheses or `\`` instead of '\\' for line continuation where ever possible
|
||||
- Use parentheses or `` ` `` instead of `\` for line continuation where ever possible
|
||||
- Open braces on the same line (consistent with Node):
|
||||
|
||||
```javascript
|
||||
|
|
Loading…
Reference in New Issue