Skip to content

Instantly share code, notes, and snippets.

@ayan4m1
Last active May 7, 2023 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayan4m1/f9626e11557d929783e0060e8c7c5df6 to your computer and use it in GitHub Desktop.
Save ayan4m1/f9626e11557d929783e0060e8c7c5df6 to your computer and use it in GitHub Desktop.
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[cpp]": {
"editor.wordBasedSuggestions": false,
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.bracketPairColorization.enabled": false,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.scrollback": 10000,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.renderWhitespace": "none",
"editor.tabSize": 2,
"extensions.ignoreRecommendations": true,
"files.insertFinalNewline": true,
"redhat.telemetry.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"workbench.editor.enablePreview": false,
"workbench.iconTheme": "vs-seti",
"workbench.startupEditor": "none",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/dist": true
},
"editor.unicodeHighlight.ambiguousCharacters": false,
"window.menuBarVisibility": "compact",
"git.openRepositoryInParentFolders": "never"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment