-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
46 lines (46 loc) · 1.53 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"editor.fontFamily": "IBM Plex Mono, Monaco, Courier New, monospace",
"editor.fontSize": 15,
"editor.lineHeight": 26,
"editor.tabSize": 2,
"editor.tabCompletion": "on",
"editor.wordWrap": "on",
"workbench.activityBar.visible": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"explorer.confirmDragAndDrop": false,
"diffEditor.renderSideBySide": true,
"editor.formatOnSave": true,
"html.autoClosingTags": false,
"editor.colorDecorators": false,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"prettier.singleQuote": true,
"files.associations": {
"*.js": "javascriptreact"
},
"editor.minimap.renderCharacters": false,
"breadcrumbs.enabled": false,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"color-highlight.markerType": "dot-before",
"editor.renderWhitespace": "selection",
"workbench.statusBar.visible": true,
"prettier.trailingComma": "all",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.sortOrder": "default",
"window.title": "${activeEditorMedium}${separator}${rootName}",
"window.newWindowDimensions": "inherit",
"workbench.colorTheme": "Origamid Next",
"workbench.iconTheme": "origamid-next-icons",
"html.format.wrapAttributes": "auto",
"html.format.wrapLineLength": 0,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
}