mirror of https://github.com/status-im/web3.js.git
use 4 spaces instead of 2
This commit is contained in:
parent
fdf8d1d917
commit
7f79ee72d9
|
@ -764,10 +764,10 @@
|
|||
|
||||
## Whitespace
|
||||
|
||||
- Use soft tabs set to 2 spaces.
|
||||
- Use soft tabs set to 4 spaces.
|
||||
|
||||
```javascript
|
||||
// bad
|
||||
// good
|
||||
function() {
|
||||
∙∙∙∙var name;
|
||||
}
|
||||
|
@ -777,7 +777,7 @@
|
|||
∙var name;
|
||||
}
|
||||
|
||||
// good
|
||||
// bad
|
||||
function() {
|
||||
∙∙var name;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue