Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit 8cab89e

Browse files
authored
Add note to explain what a soft tab is
A quick Google search shows that the name "soft tab" causes some confusion. Added a brief clarification.
1 parent c29e615 commit 8cab89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ Other Style Guides
20682068
## Whitespace
20692069

20702070
<a name="whitespace--spaces"></a><a name="18.1"></a>
2071-
- [18.1](#whitespace--spaces) Use soft tabs set to 2 spaces. eslint: [`indent`](http://eslint.org/docs/rules/indent.html) jscs: [`validateIndentation`](http://jscs.info/rule/validateIndentation)
2071+
- [18.1](#whitespace--spaces) Use soft tabs (space character) set to 2 spaces. eslint: [`indent`](http://eslint.org/docs/rules/indent.html) jscs: [`validateIndentation`](http://jscs.info/rule/validateIndentation)
20722072

20732073
```javascript
20742074
// bad

0 commit comments

Comments
 (0)