diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 9aa546a787..775b3df172 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -16,7 +16,8 @@ | |||
| 16 | "*.hpp": "cpp", | 16 | "*.hpp": "cpp", |
| 17 | "xstddef": "c", | 17 | "xstddef": "c", |
| 18 | "type_traits": "c", | 18 | "type_traits": "c", |
| 19 | "utility": "c" | 19 | "utility": "c", |
| 20 | "ranges": "c" | ||
| 20 | }, | 21 | }, |
| 21 | "[markdown]": { | 22 | "[markdown]": { |
| 22 | "editor.trimAutoWhitespace": false, | 23 | "editor.trimAutoWhitespace": false, |
