mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Try newline to fix code style formatting
This commit is contained in:
parent
4056ee7f14
commit
8d1d37c103
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user