1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-10-13 10:07:58 +03:00

Fix some markdown ih the code style doc

This commit is contained in:
Richard van der Hoff
2016-11-01 11:11:37 +00:00
parent 8349ea4b0e
commit 86a24fb5de

View File

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