Skip to content

Instantly share code, notes, and snippets.

@michaelgilley
Created October 2, 2017 14:16
Show Gist options
  • Save michaelgilley/119b904270c2ae16696574592f07e3a2 to your computer and use it in GitHub Desktop.
Save michaelgilley/119b904270c2ae16696574592f07e3a2 to your computer and use it in GitHub Desktop.
{
"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