21 lines
650 B
JSON
21 lines
650 B
JSON
{
|
|
"explorer.confirmDelete": false,
|
|
"window.zoomLevel": 0,
|
|
"workbench.colorTheme": "Night Owl",
|
|
"bracket-pair-colorizer-2.forceUniqueOpeningColor": true,
|
|
"editor.fontLigatures": true,
|
|
"editor.fontFamily": "'Fira Code'",
|
|
"editor.fontWeight": "400",
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "HookyQR.beautify"
|
|
},
|
|
"git.enableSmartCommit": true,
|
|
"git.confirmSync": false,
|
|
"git.autofetch": true,
|
|
"python.pythonPath": "/usr/bin/python3",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true
|
|
} |