From 4a5c3d0e97f989667a5396e93e5f382a4015d41b Mon Sep 17 00:00:00 2001 From: Thierry Florian Date: Wed, 22 Jul 2020 14:32:02 +0200 Subject: [PATCH] Initial commit --- settings.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 settings.json diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..397cc5a --- /dev/null +++ b/settings.json @@ -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" +} \ No newline at end of file