{
"breadcrumbs.enabled": true,
"workbench.iconTheme": "vscode-icons",
"code-runner.saveFileBeforeRun": true,
"code-runner.runInTerminal": true,
"editor.renderWhitespace": "none",
"C_Cpp.clang_format_style": "{BasedOnStyle: Google, IndentWidth: 4}",
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: Google, IndentWidth: 4}",
"C_Cpp.default.compilerPath": "C:\\MinGW\\bin\\g++.exe",
"C_Cpp.default.intelliSenseMode": "windows-gcc-x64",
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "Atom One Light",
"editor.minimap.enabled": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"files.autoGuessEncoding": true,
"editor.fontFamily": "'Droid Sans Mono','Fira Code',Consolas, 'Courier New', monospace",
"[javascript]": {
"editor.defaultFormatter": "lonefy.vscode-JS-CSS-HTML-formatter"
},
"liveServer.settings.donotShowInfoMsg": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[sql]": {
"editor.defaultFormatter": "adpyke.vscode-sql-formatter"
},
"[markdown]": {
"editor.quickSuggestions": true
},
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
],
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.colorCustomizations": {},
"editor.fontSize": 17,
"files.associations": {
"*.rmd": "markdown"
},
"python.languageServer": "Jedi",
}