Created
October 30, 2017 05:55
-
-
Save delacruz-dev/02c9be9b4c4bcc1d9df934ca8be45307 to your computer and use it in GitHub Desktop.
Visual Studio user 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
{ | |
"atomKeymap.promptV3Features": true, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 13, | |
"editor.formatOnPaste": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.tabSize": 2, | |
"workbench.fontAliasing": "antialiased", | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.startupEditor": "welcomePage" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment