Created
February 21, 2018 23:42
-
-
Save fartbagxp/9ef8c47d6d4c19543a35931c9302f27f 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
{ | |
"window.zoomLevel": 1, | |
"files.autoSave": "off", | |
"editor.tabSize": 2, | |
"workbench.colorTheme": "Material Theme", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnSave": true, | |
"eslint.autoFixOnSave": true, | |
"eslint.alwaysShowStatus": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment