Skip to content

Instantly share code, notes, and snippets.

@7h3730B
Created May 15, 2021 15:06
Show Gist options
  • Save 7h3730B/4b15119ae5132a429e51a0082bc0375c to your computer and use it in GitHub Desktop.
Save 7h3730B/4b15119ae5132a429e51a0082bc0375c to your computer and use it in GitHub Desktop.
VSCode settings.json
{
"workbench.colorTheme": "Tokyo Night Storm",
"latex-workshop.view.pdf.viewer": "tab",
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust"
},
"latex-workshop.bibtex-format.tab": "tab",
"editor.minimap.enabled": true,
"editor.renderControlCharacters": true,
"workbench.statusBar.visible": true,
"workbench.editorAssociations": [],
"vscode-neovim.neovimExecutablePaths.win32": "C:\\tools\\neovim\\Neovim\\bin\\nvim.exe",
"vscode-neovim.neovimInitVimPaths.win32": "C:\\Users\\teo\\AppData\\Local\\nvim\\init.vim",
"workbench.iconTheme": "material-icon-theme",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.clang_format_style": "Google",
"C_Cpp.default.cStandard": "c99",
"C_Cpp.default.cppStandard": "gnu++98",
"C_Cpp.vcFormat.indent.braces": true,
"editor.detectIndentation": false,
"python.pythonPath": "C:\\Users\\teo\\AppData\\Local\\Microsoft\\WindowsApps\\python.exe",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.menuBarVisibility": "default",
"gitlens.hovers.currentLine.over": "line",
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"tabnine.experimentalAutoImports": true,
"rust.racer_completion": false,
"editor.parameterHints.enabled": false,
"rust-analyzer.inlayHints.parameterHints": false,
"workbench.activityBar.visible": false,
"window.zoomLevel": -1,
"javascript.suggest.enabled": false,
"typescript.suggest.enabled": false,
"python.autoComplete.showAdvancedMembers": false,
"editor.wordBasedSuggestions": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.quickSuggestions": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment