Skip to content

Commit 7f79ee7

Browse files
committed
use 4 spaces instead of 2
1 parent fdf8d1d commit 7f79ee7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styleguide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,10 @@
764764

765765
## Whitespace
766766

767-
- Use soft tabs set to 2 spaces.
767+
- Use soft tabs set to 4 spaces.
768768

769769
```javascript
770-
// bad
770+
// good
771771
function() {
772772
∙∙∙∙var name;
773773
}
@@ -777,7 +777,7 @@
777777
∙var name;
778778
}
779779
780-
// good
780+
// bad
781781
function() {
782782
∙∙var name;
783783
}

0 commit comments

Comments
 (0)