Created
October 2, 2017 14:16
-
-
Save michaelgilley/119b904270c2ae16696574592f07e3a2 to your computer and use it in GitHub Desktop.
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.colorTheme": "One Dark Pro", | |
"window.zoomLevel": 0, | |
"editor.fontSize": 14, | |
"editor.rulers": [ | |
80, | |
100 | |
], | |
"editor.matchBrackets": false, | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorCustomizations": { | |
"statusBar.background": "#000" | |
}, | |
"files.associations": { | |
"*.jsx": "javascriptreact" | |
}, | |
"files.trimTrailingWhitespace": true, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.tabSize": 2, | |
"editor.fontFamily": "Noto Mono for Powerline" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment