Skip to content

Instantly share code, notes, and snippets.

@catskull
Created March 17, 2020 03:12
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 catskull/3faf91bfc37598349a0a12bf4d1b854b to your computer and use it in GitHub Desktop.
Save catskull/3faf91bfc37598349a0a12bf4d1b854b to your computer and use it in GitHub Desktop.
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"window.zoomLevel": 2,
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"bracketPairColorizer.forceIterationColorCycle": true,
"workbench.colorTheme": "Tomorrow Night Blue",
"eslint.options": {
"configFile": ".eslintrc.js"
},
"eslint.validate": [
{
"autoFix": true,
"language": "vue"
}
],
"eslint.autoFixOnSave": true,
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "boundary",
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "500",
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"editor.colorDecorators": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"explorer.openEditors.visible": 0,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment