You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Try newline to fix code style formatting
This commit is contained in:
@ -37,6 +37,7 @@ General Style
|
|||||||
- Single line ternary operators are fine.
|
- Single line ternary operators are fine.
|
||||||
- UPPER_CAMEL_CASE for constants
|
- UPPER_CAMEL_CASE for constants
|
||||||
- Single quotes for strings by default, for consistency with most JavaScript styles:
|
- Single quotes for strings by default, for consistency with most JavaScript styles:
|
||||||
|
|
||||||
```
|
```
|
||||||
"bad" // Bad
|
"bad" // Bad
|
||||||
'good' // Good
|
'good' // Good
|
||||||
|
Reference in New Issue
Block a user