-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode-settings.json
More file actions
41 lines (41 loc) · 1.6 KB
/
vscode-settings.json
File metadata and controls
41 lines (41 loc) · 1.6 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
35
36
37
38
39
40
41
{
"breadcrumbs.enabled": false,
"debug.console.fontFamily": "Iosevka",
"debug.console.fontSize": 13,
"diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off",
"editor.dragAndDrop": true,
"editor.fontFamily": "Iosevka",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.formatOnPaste": true,
"editor.insertSpaces": true,
"editor.lineHeight": 1.3,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.stickyScroll.enabled": false,
"editor.tabSize": 4,
"editor.wordWrap": "off",
"extensions.ignoreRecommendations": true,
"files.defaultLanguage": "markdown",
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.openRepositoryInParentFolders": "always",
"markdown.preview.fontSize": 15,
"rest-client.fontFamily": "Iosevka",
"rest-client.fontSize": 15,
"rest-client.previewOption": "exchange",
"rest-client.previewResponsePanelTakeFocus": false,
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.env.windows": {},
"terminal.integrated.fontFamily": "IosevkaTerm Nerd Font",
"terminal.integrated.fontSize": 15,
"terminal.integrated.profiles.windows": { "PowerShell": { "path": "pwsh.exe", "args": [ "-nologo", "-noexit" ] } },
"window.restoreWindows": "none",
"window.titleBarStyle": "custom",
"workbench.colorCustomizations": {},
"workbench.iconTheme": "material-icon-theme",
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "newUntitledFile",
}