Skip to content

Commit 7d5253f

Browse files
committed
fix endOfLine for windows
1 parent 95c869a commit 7d5253f

File tree

1 file changed

+1
-1
lines changed
  • challenges/ecosystem

1 file changed

+1
-1
lines changed

challenges/ecosystem/02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ module.exports = {
177177
"trailingComma": "all",
178178
"tabWidth": 2,
179179
"singleQuote": false,
180-
"endOfLine": "CRLF" // for windows users only
180+
"endOfLine": "crlf" // for windows users only
181181
}
182182
```
183183

0 commit comments

Comments
 (0)