Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

{

"editor.fontSize": 20,
"liveServer.settings.donotShowInfoMsg": true,
"window.zoomLevel": 0,
"editor.multiCursorModifier": "ctrlCmd",
"workbench.iconTheme": "material-icon-theme",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.tree.indent": 2,
"editor.detectIndentation": false,
"workbench.editor.centeredLayoutAutoResize": false,
"files.autoSaveDelay": 1,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"python.defaultInterpreterPath": "C:\\Users\\ALI\\AppData\\Local\\Programs\\
Python\\Python38-32\\python.exe",
"html.format.indentHandlebars": true,
"prettier.endOfLine": "auto",
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.printWidth": 60,
"[markdown]": {

"editor.wordWrap": "on",
"editor.quickSuggestions": false
},
"editor.tabSize": 2,
"editor.codeLens": false,
"debug.onTaskErrors": "debugAnyway",
"dotnet.generateAssests": true,
// "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
}

You might also like