-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
35 lines (35 loc) · 1.19 KB
/
settings.json
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
{
"workbench.startupEditor": "newUntitledFile",
"editor.rulers": [
80
],
"editor.detectIndentation": false,
"editor.minimap.enabled": false,
"editor.renderLineHighlight": "all",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Tomorrow Night",
"phpSniffer.autoDetect": true,
"files.defaultLanguage": "markdown",
"files.restoreUndoStack": false,
"polacode.transparentBackground": true,
"polacode.shadow": "rgba(0, 0, 0, 0.55) 0px 5px 20px",
"[html]": {
"editor.defaultFormatter": "SimonSiefke.prettier-vscode"
},
"editor.defaultFormatter": "SimonSiefke.prettier-vscode",
"editor.renderControlCharacters": true,
"docker.contexts.label": "DockerEndpoint",
"files.exclude": {
"**/.docker-database": true
},
"php.validate.executablePath": "/home/claudio/.dotfiles/bin/code-php-linter",
"editor.fontWeight": "normal",
"editor.fontFamily": "'Ubuntu Mono', monospace, 'Fira Code'",
"editor.fontSize": 16,
"editor.wordWrap": "on",
"window.titleBarStyle": "custom",
"terminal.integrated.fontSize": 16
}