Skip to content

Instantly share code, notes, and snippets.

@bezierer
Last active December 3, 2018 19:15
Show Gist options
  • Save bezierer/fab092f3e6e47f5e66983a2d2c7afdb6 to your computer and use it in GitHub Desktop.
Save bezierer/fab092f3e6e47f5e66983a2d2c7afdb6 to your computer and use it in GitHub Desktop.
{
// 3rd Party Extensions Settings.
"phpcs.standard": "WebDevStudios",
// Theme setup.
"workbench.colorTheme": "Shades of Purple",
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.settings.editor": "json",
// Fonts.
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"terminal.integrated.fontFamily": "Meslo LG M for Powerline",
"terminal.integrated.fontSize": 17,
"editor.lineHeight": 24.65,
"editor.fontWeight": "400",
"editor.letterSpacing": 0.5,
// Cursor Setup.
"editor.cursorBlinking": "solid",
"editor.cursorWidth": 2,
// UI Improvements.
"editor.minimap.enabled": false,
"explorer.openEditors.visible": 1,
"workbench.startupEditor": "newUntitledFile",
"editor.codeLens": false,
"explorer.confirmDragAndDrop": false,
"workbench.editor.enablePreview": false,
"editor.snippetSuggestions": "top",
"editor.tabCompletion": true,
"editor.formatOnPaste": true,
"editor.quickSuggestionsDelay": 0,
"editor.multiCursorModifier": "ctrlCmd",
"terminal.integrated.macOptionIsMeta": true,
"workbench.statusBar.feedback.visible": false,
// Whitespace Setup.
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment