-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
50 lines (50 loc) · 1.18 KB
/
settings.json
File metadata and controls
50 lines (50 loc) · 1.18 KB
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
44
45
46
47
48
49
50
{
"[markdown]": {
"files.insertFinalNewline": false
},
"[php]": {
"editor.tabSize": 4
},
"[twig]": {
"editor.formatOnSave": false
},
"[yaml]": {
"editor.formatOnSave": false
},
"breadcrumbs.icons": false,
"editor.accessibilitySupport": "off",
"editor.cursorBlinking": "expand",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "DankMono-Regular",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"editor.lineHeight": 30,
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"fontStyle": "italic"
}
}
]
},
"emmet.includeLanguages": {
"twig": "html"
},
"explorer.confirmDelete": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"material-icon-theme.folders.theme": "classic",
"prettier.useTabs": true,
"window.zoomLevel": 0.2,
"workbench.colorTheme": "Shades of Purple (Super Dark)",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none",
"workbench.tree.indent": 15
}