This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Commit 6e88150
committed
.vscode/settings.json: extract common settings
Move the 'editor.wordWrap = false' and 'files.trimTrailingWhitespace = true'
settings into a general scope from their previous language-specific
configuration. These represent the default values we want for any language.
These settings can still be toggled on a language-by-language basis if
necessary in the future.
Signed-off-by: Victoria Dye <[email protected]>1 parent 9557922 commit 6e88150
1 file changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
7 | | - | |
8 | | - | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
15 | | - | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
29 | | - | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments