Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iCodeForBananas/39728ecd5b58124bc074526aae3199ed to your computer and use it in GitHub Desktop.
Save iCodeForBananas/39728ecd5b58124bc074526aae3199ed to your computer and use it in GitHub Desktop.
{
"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