Created
January 17, 2018 05:59
-
-
Save iCodeForBananas/39728ecd5b58124bc074526aae3199ed to your computer and use it in GitHub Desktop.
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": "SF Mono, Fira Code, Roboto Mono", | |
"prettier.printWidth": 120, | |
"editor.formatOnSave": true, | |
"editor.fontSize": 12, | |
"editor.lineHeight": 20, | |
"editor.fontWeight": "300", | |
"editor.tabSize": 2, | |
"files.associations": { | |
"*.js": "javascriptreact" | |
}, | |
"editor.fontLigatures": true, | |
"editor.formatOnPaste": false, | |
"editor.renderIndentGuides": false, | |
"eslint.run": "onType", | |
"files.autoSave": "onFocusChange", | |
"terminal.integrated.fontFamily": "SF Mono, Fira Code, Roboto Mono", | |
"terminal.integrated.fontSize": 12, | |
"workbench.iconTheme": "material-icon-theme", | |
"search.exclude": { | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"**/vendor": true, | |
"**/.history": true | |
}, | |
"editor.wordWrap": "bounded", | |
"editor.links": false, | |
"editor.wordWrapColumn": 120, | |
"editor.renderControlCharacters": false, | |
"workbench.editor.enablePreview": false, | |
"workbench.activityBar.visible": false, | |
"local-history.path": "Users/michaelcalkins", | |
"window.zoomLevel": 0, | |
"workbench.colorTheme": "Fresh Material", | |
"workbench.statusBar.visible": false, | |
"cSpell.userWords": [ | |
"autobind", | |
"cloudinary", | |
"debounced", | |
"fira", | |
"helpbar", | |
"menlo", | |
"michaelcalkins", | |
"minimap", | |
"minwidth", | |
"monospace", | |
"musicbed", | |
"noindex", | |
"serializers", | |
"snapshot", | |
"unclickable", | |
"uncomment", | |
"uninclude" | |
], | |
"material-icon-theme.showUpdateMessage": false, | |
"editor.minimap.renderCharacters": false, | |
"editor.minimap.showSlider": "always", | |
"editor.lightbulb.enabled": false, | |
"editor.minimap.enabled": false, | |
"materialTheme.cache.workbench.settings": { | |
"themeColours": "Default", | |
"accent": "Acid Lime" | |
}, | |
"workbench.colorCustomizations": { | |
"activityBarBadge.background": "#C6FF00", | |
"list.activeSelectionForeground": "#C6FF00", | |
"list.inactiveSelectionForeground": "#C6FF00", | |
"list.highlightForeground": "#C6FF00", | |
"scrollbarSlider.activeBackground": "#C6FF0050", | |
"editorSuggestWidget.highlightForeground": "#C6FF00", | |
"textLink.foreground": "#C6FF00", | |
"progressBar.background": "#C6FF00", | |
"pickerGroup.foreground": "#C6FF00", | |
"tab.activeBorder": "#C6FF00" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment