Last active
September 4, 2018 15:34
-
-
Save dleatherman/0712b0e42e239fcfa21dbb8568f88f77 to your computer and use it in GitHub Desktop.
User Settings Visual Studio Code
This file contains 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.statusBar.feedback.visible": false, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.colorTheme": "One Dark Pro", | |
"editor.fontFamily": "Fira Code, Source Code Pro, Menlo, monospace", | |
"editor.tabSize": 3, | |
"editor.renderWhitespace": "all", | |
"editor.wordWrap": "wordWrapColumn", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 16, | |
"editor.lineHeight": 24, | |
"editor.formatOnSave": true, | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment