-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode-settings.json
More file actions
34 lines (34 loc) · 1.14 KB
/
Copy pathvscode-settings.json
File metadata and controls
34 lines (34 loc) · 1.14 KB
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
{
"workbench.colorTheme": "Night Owl",
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.lineHeight": 44,
"terminal.integrated.fontSize": 14,
"problems.decorations.enabled": false,
"files.defaultLanguage": "markdown",
"workbench.sideBar.location": "left",
"explorer.openEditors.visible": 0,
"workbench.editor.showTabs": false,
"zenMode.hideLineNumbers": false,
"window.zoomLevel": 0,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.activityBar.visible": false,
"diffEditor.renderSideBySide": false,
"javascript.validate.enable": false,
"files.associations": {
"*.jsx": "javascriptreact"
},
"breadcrumbs.enabled": true,
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[php]": {
"editor.defaultFormatter": "wongjn.php-sniffer"
},
}