Created
July 17, 2019 15:56
-
-
Save dy/66447cae7d4695a5e8374554eae15b88 to your computer and use it in GitHub Desktop.
Vscode settings
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
{ | |
"workbench.colorTheme": "Eiffel", | |
"workbench.activityBar.visible": false, | |
"files.autoSave": "onFocusChange", | |
"files.trimTrailingWhitespace": true, | |
"window.menuBarVisibility": "default", | |
"workbench.statusBar.visible": false, | |
"editor.wordWrap": "on", | |
"files.insertFinalNewline": true, | |
"editor.tabSize": 2, | |
"editor.formatOnPaste": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"breadcrumbs.enabled": false, | |
"scm.diffDecorations": "overview", | |
"terminal.integrated.cursorStyle": "line", | |
"editor.fontLigatures": true, | |
"explorer.confirmDelete": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"indentRainbow.colors": [ | |
"rgba(232,232,232,.21)", | |
"rgba(177,213,255,.21)", | |
"rgba(204,235,197,.21)", | |
"rgba(255,255,204,.21)", | |
"rgba(254,227,166,.21)", | |
"rgba(251,180,174,.21)", | |
"rgba(241,219,255,.21)", | |
"rgba(255,255,255,.21)" | |
], | |
"editor.renderIndentGuides": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment