Skip to content

Instantly share code, notes, and snippets.

@bboyle
Last active March 16, 2018 14:50
Show Gist options
  • Save bboyle/93307308063e2fbe927ab2ba597a3801 to your computer and use it in GitHub Desktop.
Save bboyle/93307308063e2fbe927ab2ba597a3801 to your computer and use it in GitHub Desktop.
VS Code preferences
{
"files.trimTrailingWhitespace": true,
"workbench.colorTheme": "Monokai",
"editor.minimap.enabled": true,
"editor.renderWhitespace": "all",
"html.suggest.ionic": false,
"editor.insertSpaces": false,
"window.zoomLevel": 0,
"editor.formatOnPaste": true,
"javascript.implicitProjectConfig.checkJs": true,
"editor.parameterHints": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.autoIndent": true,
"editor.minimap.showSlider": "always",
"css.lint.zeroUnits": "warning",
"scss.lint.zeroUnits": "warning",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"git.autofetch": true,
"diffEditor.ignoreTrimWhitespace": true,
"workbench.colorCustomizations": {
"terminal.ansiBlack": "#212529",
"terminal.ansiBrightBlack": "#868e96",
"terminal.ansiBlue": "#5c7cfa",
"terminal.ansiBrightBlue": "#329af0",
"terminal.ansiCyan": "#22b8cf",
"terminal.ansiBrightCyan": "#20c997",
"terminal.ansiGreen": "#51cf66",
"terminal.ansiBrightGreen": "#94d82d",
"terminal.ansiMagenta": "#845ef7",
"terminal.ansiBrightMagenta": "#cc5de8",
"terminal.ansiRed": "#f06595",
"terminal.ansiBrightRed": "#ff6b6b",
"terminal.ansiYellow": "#ff922b",
"terminal.ansiBrightYellow": "#fcc419",
"terminal.ansiWhite": "#dee2e6",
"terminal.ansiBrightWhite": "#f1f3f5"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment