-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKTaNE.code-workspace
43 lines (43 loc) · 1.27 KB
/
KTaNE.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.trimTrailingWhitespace": false,
"editor.tabSize": 10,
"editor.detectIndentation": false,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"files.trimFinalNewlines": false,
"workbench.colorTheme": "KTaNE",
"files.associations": {
"Main.md": "ktane-edgework",
"Binary Tree.md": "ktane-binarytree",
"Chess.md": "ktane-chess",
"Forget Everything.md": "ktane-forgeteverything",
"Forget Me Not.md": "ktane-forgetmenot",
"Forget Them All.md": "ktane-forgetthemall",
"Perspective Pegs.md": "ktane-perspectivepegs"
},
"editor.fontSize": 18,
"background.enabled": true,
"background.useDefault": false,
"background.customImages": [
"https://keeptalkinggame.com/wp-content/uploads/2018/11/KeepTalkingLogo_AnyBG_Mobile.png",
"https://keeptalkinggame.com/wp-content/uploads/2018/11/KeepTalkingLogo_AnyBG_Mobile.png",
"https://keeptalkinggame.com/wp-content/uploads/2018/11/KeepTalkingLogo_AnyBG_Mobile.png"
],
"background.useFront": true,
"background.style": {
"background-position": "center",
"opacity": 0.15
},
"[json]": { "editor.fontSize": 14, "editor.tabSize": 4 },
"[jsonc]": { "editor.fontSize": 14, "editor.tabSize": 4 }
}
}