|
| 1 | +{ |
| 2 | + "workbench.iconTheme": "material-icon-theme", |
| 3 | + "workbench.colorTheme": "Omni", |
| 4 | + "[jsonc]": { |
| 5 | + "editor.defaultFormatter": "vscode.json-language-features" |
| 6 | + }, |
| 7 | + "workbench.editor.wrapTabs": true, |
| 8 | + "diffEditor.ignoreTrimWhitespace": false, |
| 9 | + "workbench.statusBar.visible": true, |
| 10 | + "explorer.confirmDelete": true, |
| 11 | + "editor.suggestSelection": "first", |
| 12 | + "javascript.updateImportsOnFileMove.enabled": "always", |
| 13 | + "typescript.updateImportsOnFileMove.enabled": "always", |
| 14 | + "editor.formatOnPaste": true, |
| 15 | + "json.format.keepLines": false, |
| 16 | + "editor.codeActionsOnSave": { |
| 17 | + "source.fixAll": "explicit" |
| 18 | + }, |
| 19 | + "javascript.format.insertSpaceBeforeFunctionParenthesis": false, |
| 20 | + "javascript.format.placeOpenBraceOnNewLineForControlBlocks": false, |
| 21 | + "javascript.format.placeOpenBraceOnNewLineForFunctions": false, |
| 22 | + "typescript.format.insertSpaceBeforeFunctionParenthesis": false, |
| 23 | + "typescript.format.placeOpenBraceOnNewLineForControlBlocks": false, |
| 24 | + "typescript.format.placeOpenBraceOnNewLineForFunctions": false, |
| 25 | + "explorer.confirmDragAndDrop": true, |
| 26 | + "editor.inlineSuggest.enabled": true, |
| 27 | + "git.autofetch": true, |
| 28 | + "css.format.enable": false, |
| 29 | + "php.validate.enable": false, |
| 30 | + "editor.insertSpaces": false, |
| 31 | + "json.format.enable": true, |
| 32 | + "editor.unicodeHighlight.invisibleCharacters": false, |
| 33 | + "[json]": { |
| 34 | + "editor.defaultFormatter": "vscode.json-language-features" |
| 35 | + }, |
| 36 | + "editor.fontSize": 16, |
| 37 | + "editor.wordWrap": "on", |
| 38 | + "editor.formatOnSave": true, |
| 39 | + "files.exclude": { |
| 40 | + "**/.trunk/*out": true, |
| 41 | + "**/.trunk/*out/": true, |
| 42 | + "**/.trunk/*actions/": true, |
| 43 | + "**/.trunk/*logs/": true, |
| 44 | + "**/.trunk/*plugins/": true |
| 45 | + }, |
| 46 | + "files.watcherExclude": { |
| 47 | + "**/.trunk/*out": true, |
| 48 | + "**/.trunk/*out/": true, |
| 49 | + "**/.trunk/*actions/": true, |
| 50 | + "**/.trunk/*logs/": true, |
| 51 | + "**/.trunk/*plugins/": true |
| 52 | + }, |
| 53 | + "errorLens.excludeBySource": [ |
| 54 | + "dockerfile-utils(37)" |
| 55 | + ], |
| 56 | + "[typescript]": {}, |
| 57 | + "files.associations": { |
| 58 | + "*.ts": "typescript" |
| 59 | + }, |
| 60 | + "window.zoomLevel": 1, |
| 61 | + "workbench.editor.empty.hint": "hidden" |
| 62 | +} |
0 commit comments