Last active
March 18, 2018 05:49
-
-
Save colingourlay/cfda900eb9f2d2c2efd6316f8d825646 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
{ | |
"editor.fontFamily": "Monofur, Menlo, Monaco, Consolas, 'Courier New', monospace", | |
"editor.fontSize": 15, | |
"editor.formatOnSave": true, | |
"editor.tabSize": 2, | |
"explorer.openEditors.visible": 0, | |
"files.insertFinalNewline": true, | |
"git.enableSmartCommit": true, | |
"git.confirmSync": false, | |
"prettier.jsxBracketSameLine": true, | |
"prettier.printWidth": 120, | |
"prettier.singleQuote": true, | |
"terminal.integrated.fontFamily": "Monaco, Consolas", | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe", | |
"workbench.colorTheme": "One Dark Pro", | |
"workbench.iconTheme": "vs-seti", | |
"[json]": { | |
"editor.formatOnSave": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment