File tree Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ trim_trailing_whitespace = true
8
8
[vcbuild.bat ]
9
9
end_of_line = crlf
10
10
11
- [* .{md,markdown} ]
12
- trim_trailing_whitespace = false
13
-
14
11
[{lib,src,test}/** .js ]
15
12
indent_style = space
16
13
indent_size = 2
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Prerequisites:
20
20
21
21
On OS X, you will also need:
22
22
* [ Xcode] ( https://developer.apple.com/xcode/download/ )
23
- * You also need to install the ` Command Line Tools ` via Xcode. You can find
23
+ * You also need to install the ` Command Line Tools ` via Xcode. You can find
24
24
this under the menu ` Xcode -> Preferences -> Downloads `
25
25
* This step will install ` gcc ` and the related toolchain containing ` make `
26
26
Original file line number Diff line number Diff line change 66
66
* [ io.js] ( CHANGELOG_IOJS.md )
67
67
* [ Archive] ( CHANGELOG_ARCHIVE.md )
68
68
69
- ** Note:** Node.js v0.10 is covered by the
69
+ ** Note:** Node.js v0.10 is covered by the
70
70
[ Node.js Long Term Support Plan] ( https://github.com/nodejs/LTS ) and
71
71
will be maintained until October 2016.
72
72
@@ -294,11 +294,11 @@ https://github.com/nodejs/node/commit/8d045a30e95602b443eb259a5021d33feb4df079
294
294
* child_process: properly support optional args (cjihrig)
295
295
* crypto: Disable autonegotiation for SSLv2/3 by default (Fedor Indutny,
296
296
Timothy J Fontaine, Alexis Campailla)
297
-
297
+
298
298
This is a behavior change, by default we will not allow the negotiation to
299
299
SSLv2 or SSLv3. If you want this behavior, run Node.js with either
300
300
` --enable-ssl2 ` or ` --enable-ssl3 ` respectively.
301
-
301
+
302
302
This does not change the behavior for users specifically requesting
303
303
` SSLv2_method ` or ` SSLv3_method ` . While this behavior is not advised, it is
304
304
assumed you know what you're doing since you're specifically asking to use
Original file line number Diff line number Diff line change 33
33
* [ io.js] ( CHANGELOG_IOJS.md )
34
34
* [ Archive] ( CHANGELOG_ARCHIVE.md )
35
35
36
- ** Note:** Node.js v0.12 is covered by the
36
+ ** Note:** Node.js v0.12 is covered by the
37
37
[ Node.js Long Term Support Plan] ( https://github.com/nodejs/LTS ) and
38
38
will be maintained until December 31st, 2016.
39
39
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ and `setInterval`).
146
146
## Common module API
147
147
148
148
The common.js module is used by tests for consistency across repeated
149
- tasks. It has a number of helpful functions and properties to help with
149
+ tasks. It has a number of helpful functions and properties to help with
150
150
writing tests.
151
151
152
152
### allowGlobals(...whitelist)
@@ -177,7 +177,7 @@ Check if there is more than 1gb of total memory.
177
177
* ` name ` [ < ; String>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type )
178
178
* ` expected ` [ < ; String>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type ) | [ < ; Array>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array )
179
179
180
- Tests whether ` name ` and ` expected ` are part of a raised warning.
180
+ Tests whether ` name ` and ` expected ` are part of a raised warning.
181
181
182
182
### hasCrypto
183
183
* return [ < ; Boolean>] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type )
You can’t perform that action at this time.
0 commit comments