Skip to content

Instantly share code, notes, and snippets.

@kschingiz
Created May 15, 2020 14:46
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 kschingiz/10526087d9e42680a2e43746de4dc5a8 to your computer and use it in GitHub Desktop.
Save kschingiz/10526087d9e42680a2e43746de4dc5a8 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"window.titleBarStyle": "custom",
"javascript.updateImportsOnFileMove.enabled": "always",
"breadcrumbs.enabled": true,
"editor.multiCursorModifier": "ctrlCmd",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.tabSize": 2,
"codestream.email": "kschingiz@gmail.com",
"files.autoSave": "off",
"editor.fontFamily": "'SourceCodePro+Powerline+Awesome Regular'",
"html.format.indentHandlebars": true,
"git.autoStash": true,
"prettier.disableLanguages": [
"html"
],
"prettier.printWidth": 120,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"typescript.format.enable": false,
"eslint.format.enable": true,
"javascript.format.enable": false,
"html.format.enable": false,
"json.format.enable": false,
"coverage-gutters.showLineCoverage": true,
"sonarlint.output.showVerboseLogs": true,
"sonarlint.output.showAnalyzerLogs": true,
"sonarlint.trace.server": "messages",
"diffEditor.ignoreTrimWhitespace": true,
"gitlens.defaultDateStyle": "absolute"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment