config/.config/Code/User/settings.json
2021-03-01 15:54:11 +10:30

20 lines
623 B
JSON

{
"explorer.confirmDelete": false,
"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
}