Initial commit
This commit is contained in:
24
settings.json
Normal file
24
settings.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"breadcrumbs.enabled": true,
|
||||
"files.associations": {
|
||||
"*.peb": "json"
|
||||
},
|
||||
"git.path": "C:\\OutilsDev\\Git\\bin\\git.exe",
|
||||
"terminal.integrated.shell.linux": "C:\\OutilsDev\\Git\\bin\\bash.exe",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.colorCustomizations": {},
|
||||
"window.zoomLevel": 0,
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"files.autoSave": "afterDelay",
|
||||
"terminal.explorerKind": "external",
|
||||
"terminal.integrated.shell.windows": "C:\\OutilsDev\\Git\\bin\\sh.exe",
|
||||
"workbench.editor.enablePreviewFromQuickOpen": false,
|
||||
"workbench.editor.enablePreview": false,
|
||||
"diffEditor.ignoreTrimWhitespace": true,
|
||||
"explorer.confirmDelete": false,
|
||||
"editor.autoClosingBrackets": "always",
|
||||
"editor.smoothScrolling": true,
|
||||
"window.titleBarStyle": "native",
|
||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||
"editor.fontFamily": "'JetBrains Mono', Consolas, 'Courier New', monospace"
|
||||
}
|
||||
Reference in New Issue
Block a user