|
1 | 1 | {
|
2 |
| - // Formatting using Prettier by default for all languages |
3 |
| - "editor.defaultFormatter": "esbenp.prettier-vscode", |
4 |
| - // Formatting using Prettier for JavaScript, overrides VSCode default. |
5 |
| - "[javascript]": { |
6 |
| - "editor.defaultFormatter": "esbenp.prettier-vscode" |
7 |
| - }, |
| 2 | + // Formatting using Prettier by default for all languages |
| 3 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 4 | + // Formatting using Prettier for JavaScript, overrides VSCode default. |
| 5 | + "[javascript]": { |
| 6 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 7 | + }, |
8 | 8 |
|
9 |
| - // Ensure enough terminal history is preserved when running tests. |
10 |
| - "terminal.integrated.scrollback": 10000, |
| 9 | + // Ensure enough terminal history is preserved when running tests. |
| 10 | + "terminal.integrated.scrollback": 10000, |
11 | 11 |
|
12 |
| - // Configure todo-tree to exclude node_modules, dist, and compiled. |
13 |
| - "todo-tree.filtering.excludeGlobs": ["**/node_modules", "**/dist", "**/compiled"], |
14 |
| - // Match TODO-APP in addition to other TODOs. |
15 |
| - "todo-tree.general.tags": ["BUG", "HACK", "FIXME", "TODO", "XXX", "[ ]", "[x]", "TODO-APP"], |
| 12 | + // Configure todo-tree to exclude node_modules, dist, and compiled. |
| 13 | + "todo-tree.filtering.excludeGlobs": ["**/node_modules", "**/dist", "**/compiled"], |
| 14 | + // Match TODO-APP in addition to other TODOs. |
| 15 | + "todo-tree.general.tags": ["BUG", "HACK", "FIXME", "TODO", "XXX", "[ ]", "[x]", "TODO-APP"], |
16 | 16 |
|
17 |
| - // Disable TypeScript surveys. |
18 |
| - "typescript.surveys.enabled": false, |
| 17 | + // Disable TypeScript surveys. |
| 18 | + "typescript.surveys.enabled": false, |
19 | 19 |
|
20 |
| - "grammarly.selectors": [ |
21 |
| - { |
22 |
| - "language": "markdown", |
23 |
| - "scheme": "file" |
24 |
| - } |
25 |
| - ], |
26 |
| - "editor.tabSize": 2, |
27 |
| - "editor.wordWrap": "on", |
28 |
| - "editor.formatOnSave": true, |
29 |
| - "editor.formatOnPaste": true, |
30 |
| - "editor.formatOnSaveMode": "file" |
| 20 | + "grammarly.selectors": [ |
| 21 | + { |
| 22 | + "language": "markdown", |
| 23 | + "scheme": "file" |
| 24 | + } |
| 25 | + ], |
| 26 | + "editor.tabSize": 2, |
| 27 | + "editor.wordWrap": "on", |
| 28 | + "editor.formatOnSave": true, |
| 29 | + "editor.formatOnPaste": true, |
| 30 | + "editor.formatOnSaveMode": "file", |
| 31 | + "mayank1513.trello-kanban.Workspace.filePath": ".tkb" |
31 | 32 | }
|
0 commit comments