-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
22 lines (22 loc) · 922 Bytes
/
Copy pathsettings.json
File metadata and controls
22 lines (22 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.renderWhitespace": "all",
"editor.codeLens": false,
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.integrated.rendererType": "dom",
"powershell.codeFormatting.preset": "Allman",
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.integratedConsole.focusConsoleOnExecute": false,
"diffEditor.ignoreTrimWhitespace": true,
"extensions.ignoreRecommendations": false,
"remote.containers.workspaceMountConsistency": "consistent",
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"http.proxyStrictSSL": false,
// "window.zoomLevel": 1,
// "editor.fontSize": 22
}