Created
January 8, 2019 13:32
-
-
Save david-arteaga/ec96fc93a88d59bb9dcf631d4c666b7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"window.zoomLevel": 0, | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.tabSize": 2, | |
"files.insertFinalNewline": true, | |
"editor.formatOnSave": true, | |
"editor.fontLigatures": true, | |
"bracketPairColorizer.forceIterationColorCycle": true, | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"gitlens.historyExplorer.enabled": true, | |
"workbench.colorTheme": "Cobalt2", | |
// "workbench.colorTheme": "Cobalt2", | |
// "vscode_custom_css.imports": [ | |
// "" | |
// ], | |
"vscode_custom_css.policy": true, | |
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace", | |
// "editor.fontSize": 17, | |
// "editor.lineHeight": 25, | |
"editor.letterSpacing": 0.8, | |
"files.trimTrailingWhitespace": true, | |
"files.trimFinalNewlines": true, | |
"editor.fontWeight": "400", | |
"prettier.eslintIntegration": true, | |
"editor.cursorStyle": "line", | |
"editor.cursorWidth": 2, | |
"editor.cursorBlinking": "blink", | |
// Very important: Install this plugin: https://github.com/be5invis/vscode-custom-css | |
// you'll need to change this to an absolute path on your computer | |
"vscode_custom_css.imports": ["/Users/david/.vscodestyles.css"], | |
"editor.renderWhitespace": "all", | |
"explorer.openEditors.visible": 0, | |
"files.autoSave": "off", | |
"prettier.singleQuote": true, | |
"editor.fontSize": 13, | |
"debug.toolBarLocation": "floating", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"breadcrumbs.enabled": true, | |
"[handlebars]": { | |
"editor.formatOnSave": false | |
}, | |
"todo-tree.defaultHighlight": { | |
"foreground": "green", | |
"type": "none" | |
}, | |
"todo-tree.customHighlight": { | |
"TODO": {}, | |
"FIXME": {} | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"emmet.excludeLanguages": ["markdown", "typescriptreact"], | |
"workbench.editor.closeOnFileDelete": true, | |
"gitlens.views.fileHistory.enabled": true, | |
"gitlens.views.lineHistory.enabled": true, | |
"zenMode.centerLayout": false, | |
"phpformatter.composer": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment