Skip to content

Commit 55ddf65

Browse files
Update README.md
Signed-off-by: Himanshu Dinkar <[email protected]>
1 parent 876d658 commit 55ddf65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/style-guides/javascript/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ Hopefully, most of the conventions outlined below will help enable you to do so.
7373

7474
- Even if you must use spaces, **never** mix tabs and spaces. This is formatting hell, as a simple find-and-replace is useless in the face of such chaos.
7575

76-
- For developers using the `@stdlib/regexp/whitespace` utility, note that it treats the NEL Unicode character (`\u0085`) as whitespace, unlike ECMAScript's `\s`. This may cause discrepancies in whitespace-sensitive code.
77-
7876
##### Enforcement
7977

8078
This project contains an [`.editorconfig`][editorconfig] file to be used in conjunction with IDE and/or browser plugins.

0 commit comments

Comments
 (0)