22 lines
651 B
JSON
22 lines
651 B
JSON
|
{
|
||
|
"editor.bracketPairColorization.enabled": true,
|
||
|
"editor.fontFamily": "'Cascadia Code PL', Consolas, 'Courier New', monospace",
|
||
|
"editor.fontLigatures": true,
|
||
|
"editor.guides.bracketPairs": true,
|
||
|
"editor.linkedEditing": true,
|
||
|
"editor.minimap.enabled": false,
|
||
|
"editor.tabSize": 2,
|
||
|
"editor.useTabStops": true,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"github.copilot.enable": {
|
||
|
"*": true,
|
||
|
"markdown": false,
|
||
|
"plaintext": false,
|
||
|
"scminput": false
|
||
|
},
|
||
|
"prettier.semi": false,
|
||
|
"prettier.singleQuote": true,
|
||
|
"prettier.trailingComma": "none",
|
||
|
"terminal.integrated.defaultProfile.linux": "JavaScript Debug Terminal"
|
||
|
}
|