Skip to content

Instantly share code, notes, and snippets.

@brittharr
Last active June 20, 2018 10:12
Show Gist options
  • Save brittharr/61d16e00092d08e0573eae0156175c48 to your computer and use it in GitHub Desktop.
Save brittharr/61d16e00092d08e0573eae0156175c48 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"diffEditor.renderSideBySide": false,
"editor.dragAndDrop": false,
"editor.fontFamily": "Source Code Pro",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 21,
"editor.minimap.maxColumn": 80,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "all",
"editor.rulers": [
80,
100
],
"editor.scrollBeyondLastLine": false,
"editor.wordWrap": "bounded",
"explorer.openEditors.visible": 0,
"files.trimTrailingWhitespace": true,
"materialTheme.cache.workbench.settings": {
"themeColours": "Default",
"accent": "Tomato"
},
"sasslint.enable": true,
"workbench.colorTheme": "Material Theme",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#F44336",
"list.activeSelectionForeground": "#F44336",
"list.inactiveSelectionForeground": "#F44336",
"list.highlightForeground": "#F44336",
"scrollbarSlider.activeBackground": "#F4433650",
"editorSuggestWidget.highlightForeground": "#F44336",
"textLink.foreground": "#F44336",
"progressBar.background": "#F44336",
"pickerGroup.foreground": "#F44336",
"tab.activeBorder": "#F44336",
"notificationLink.foreground": "#F44336"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"editor.wordWrapColumn": 100,
"explorer.confirmDragAndDrop": false,
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.hidesExplorerArrows": true,
"material-icon-theme.activeIconPack": "",
"editor.colorDecorators": false,
"[CSV]": {
"editor.wordWrap": "off"
},
"[TSV]": {
"editor.wordWrap": "off"
},
"[json]": {
"editor.wordWrap": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment