Initial commit

This commit is contained in:
Thierry Florian
2020-07-22 14:32:02 +02:00
commit 4a5c3d0e97

24
settings.json Normal file
View 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"
}