|
10 | 10 | "vscode": { |
11 | 11 | "settings": { |
12 | 12 | "git.ignoredRepositories": ["."], |
13 | | - "files.exclude": { |
14 | | - "**/.devcontainer": true, |
15 | | - "**/.git": true, |
16 | | - "**/.github": true, |
17 | | - "**/.gitignore": true, |
18 | | - "**/.gitpod.Dockerfile": true, |
19 | | - "**/.gitpod.yml": true, |
20 | | - "**/.markdownlint-cli2.yaml": true, |
21 | | - "**/.pre-commit-config.yaml": true, |
22 | | - "**/Dockerfile": true, |
23 | | - "**/mkdocs.yml": true, |
24 | | - "**/scripts": true |
25 | | - }, |
26 | | - "editor.tabSize": 8, |
27 | | - "editor.indentSize": 4, |
28 | | - "editor.detectIndentation": false, |
| 13 | + "files.exclude": { |
| 14 | + "**/.devcontainer": true, |
| 15 | + "**/.git": true, |
| 16 | + "**/.github": true, |
| 17 | + "**/.gitignore": true, |
| 18 | + "**/.gitpod.Dockerfile": true, |
| 19 | + "**/.gitpod.yml": true, |
| 20 | + "**/.markdownlint-cli2.yaml": true, |
| 21 | + "**/.pre-commit-config.yaml": true, |
| 22 | + "**/Dockerfile": true, |
| 23 | + "**/mkdocs.yml": true, |
| 24 | + "**/scripts": true |
| 25 | + }, |
| 26 | + "[c]": { |
| 27 | + "editor.indentSize": 4, |
| 28 | + "editor.tabSize": 8, |
| 29 | + "editor.insertSpaces": true, |
| 30 | + "editor.detectIndentation": false |
| 31 | + }, |
| 32 | + "[r]": { |
| 33 | + "editor.indentSize": 4, |
| 34 | + "editor.tabSize": 8, |
| 35 | + "editor.insertSpaces": true, |
| 36 | + "editor.detectIndentation": false |
| 37 | + }, |
| 38 | + "editor.formatOnSave": false, |
| 39 | + "editor.renderWhitespace": "all", |
| 40 | + "editor.minimap.autohide": "mouseover", |
| 41 | + "diffEditor.ignoreTrimWhitespace": false, |
| 42 | + "files.trimTrailingWhitespace": true, |
29 | 43 | "r.lsp.diagnostics": false, |
30 | 44 | "r.plot.useHttpgd": true, |
31 | 45 | "r.rpath.linux": "/usr/bin/R", |
|
0 commit comments