forked from aws-amplify/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
15 lines (15 loc) · 426 Bytes
/
Copy pathsettings.json
File metadata and controls
15 lines (15 loc) · 426 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"typescript.tsdk": "node_modules/typescript/lib",
"[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[mdx]": {
"editor.wordWrap": "on"
}
}