Skip to content

Commit 6b7c0d4

Browse files
committed
Update editor settings
1 parent 83f3bc3 commit 6b7c0d4

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

.vscode/settings.json

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
{
22
// Show ruler at 100 characters to help visualize linter line-length rule
3-
"editor.rulers": [
4-
100
5-
],
6-
// Format code every time it is saved
7-
"[javascript]": {
8-
// "editor.formatOnSave": true
9-
},
10-
"[json]": {
11-
// "editor.formatOnSave": true
12-
},
13-
"[markdown]": {
14-
// "editor.formatOnSave": true
15-
},
16-
"[scss]": {
17-
// "editor.formatOnSave": true
18-
},
19-
"extensions.ignoreRecommendations": true,
20-
"files.autoSave": "off",
21-
"debug.allowBreakpointsEverywhere": true,
22-
"gitdoc.enabled": false
3+
"editor.rulers": [100],
4+
"editor.formatOnSave": true,
5+
"editor.defaultFormatter": "esbenp.prettier-vscode",
6+
"explorer.fileNesting.patterns": {
7+
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml",
8+
"*.module.scss": "${capture}.module.css, ${capture}.module.css.map",
9+
"*.global.scss": "${capture}.global.css, ${capture}.global.css.map",
10+
".env": ".env.*"
11+
}
2312
}

0 commit comments

Comments
 (0)