Skip to content

Instantly share code, notes, and snippets.

@jaamaalxyz
Last active October 19, 2022 01:41
Show Gist options
  • Save jaamaalxyz/b881c3a15294e7bbf467dd5b7f670d47 to your computer and use it in GitHub Desktop.
Save jaamaalxyz/b881c3a15294e7bbf467dd5b7f670d47 to your computer and use it in GitHub Desktop.
{
"files.autoSave": "onFocusChange",
"editor.minimap.enabled": true,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"css.validate": false,
"scss.validate": false,
"less.validate": false,
"editor.wordWrap": "on",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"editor.linkedEditing": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.inlineSuggest.enabled": true,
// Fira Code
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"markdown.preview.breaks": true,
"editor.renderWhitespace": "trailing",
"git.autofetch": true,
"workbench.iconTheme": "material-icon-theme",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"workbench.colorCustomizations": {
"statusBar.background": "#333333",
"statusBar.noFolderBackground": "#333333",
"statusBar.debuggingBackground": "#263238"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorStyle": "line",
"tabnine.experimentalAutoImports": true,
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"json.schemas": [],
"cSpell.userWords": ["jaamaal95", "Uddin", "webp"],
"editor.stickyScroll.enabled": true,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment