Last active
October 5, 2018 00:46
-
-
Save oktay-sen/49695c9f45e6348bbcc97b02f05c7a00 to your computer and use it in GitHub Desktop.
My vscode 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
{ | |
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe", | |
"liveServer.settings.donotShowInfoMsg": true, | |
"git.autofetch": true, | |
"liveServer.settings.donotVerifyTags": true, | |
"[elm]": { | |
"editor.formatOnSave": true | |
}, | |
"window.zoomLevel": 0, | |
"[javascript]": { | |
"editor.formatOnSave": true | |
}, | |
"editor.wordWrap": "on", | |
"editor.fontLigatures": true, | |
"files.eol": "\n", | |
"prettier.arrowParens": "avoid", | |
"prettier.bracketSpacing": true, | |
"prettier.semi": false, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.trailingComma": "none", | |
"prettier.useTabs": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment