Skip to content

Instantly share code, notes, and snippets.

@archiewald
Last active October 1, 2019 20:17
Show Gist options
  • Save archiewald/18116fb28b3f612f2193d2c68744f648 to your computer and use it in GitHub Desktop.
Save archiewald/18116fb28b3f612f2193d2c68744f648 to your computer and use it in GitHub Desktop.
VSC user settings
{
"editor.gotoLocation.multiple": "goto",
"window.zoomLevel": 0,
"git.enableSmartCommit": true,
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"diffEditor.ignoreTrimWhitespace": true,
"workbench.editor.enablePreview": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.rendererType": "dom",
"breadcrumbs.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.external.osxExec": "iterm2.app",
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"cSpell.userWords": [
"Checkboxes",
"Dropzone",
"Fragmentable",
"Injectable",
"LINKEDIN",
"Localised",
"Marek",
"Obviusellly",
"Positioner",
"Prisma",
"Selectable",
"Snackbar",
"Todos",
"Truthy",
"Unmount",
"autorun",
"backend",
"blogpost",
"browserslist",
"camelize",
"checkmark",
"decamelize",
"deserialize",
"deserializing",
"devstarter",
"divs",
"docx",
"dropdown",
"endhighlight",
"gravatar",
"hackathon",
"hacky",
"keyframes",
"minifies",
"mixins",
"mobx",
"multicolumn",
"nbsp",
"occured",
"pinterest",
"reauthenticate",
"rebasing",
"refetch",
"repo",
"serializers",
"slugify",
"snackbars",
"stackblitz",
"stylelint",
"superfast",
"svgr",
"templating",
"unlisten",
"validators"
],
"cSpell.language": "en,pl",
"javascript.implicitProjectConfig.experimentalDecorators": true,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// "eslint.validate": [
// "javascript",
// "javascriptreact",
// { "language": "typescript", "autoFix": false },
// { "language": "typescriptreact", "autoFix": false }
// ]
"[ruby]": {
"editor.detecetIndentation": false,
"editor.tabSize": 2,
"editor.defaultFormatter": "misogi.ruby-rubocop"
},
"workbench.editor.showTabs": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.largeFileOptimizations": false,
"GithubGistExplorer.github.username": "archiewald",
"GithubGistExplorer.explorer.gistSortBy": "Last Updated",
"GithubGistExplorer.explorer.gistAscending": false,
"GithubGistExplorer.explorer.subscriptionSortBy": "Last Updated",
"GithubGistExplorer.explorer.subscriptionAscending": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment