-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-settings.json
31 lines (29 loc) · 1.04 KB
/
vscode-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
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Solarized Dark",
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": true,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.wordWrap": "on",
"typescript.check.npmIsInstalled": false,
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"window.zoomLevel": 0,
"editor.fontFamily": "'Fira Code', Hack, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"materialTheme.cache.workbench.settings": {
"themeColours": "Light"
},
"editor.renderWhitespace": "all",
// Enable Auto convert on save
"markdown-pdf.convertOnSave": false,
// Output format: pdf, html, png, jpeg
//"markdown-pdf.type": "pdf"
"markdown-pdf.type": "html",
"files.associations": {
"*.shlib": "shellscript"
}
// Page Option. Page size: A3, A4, A5, Legal, Letter, Tabloid
//"markdown-pdf.format": "Letter"
}