Skip to content

Instantly share code, notes, and snippets.

@Scemist
Last active May 2, 2022 14:49
Show Gist options
  • Save Scemist/15612119cc880edcd0601e585f569c71 to your computer and use it in GitHub Desktop.
Save Scemist/15612119cc880edcd0601e585f569c71 to your computer and use it in GitHub Desktop.
VS Code Configuration
{
"editor.fontFamily": "Source Code Pro",
"editor.lineHeight": 2.2,
"editor.fontSize": 13.5,
"workbench.colorTheme": "Tokyo Night Storm",
"workbench.iconTheme": "material-icon-theme",
"workbench.tree.indent": 16,
"material-icon-theme.hidesExplorerArrows": true,
"material-icon-theme.languages.associations": { "php": "php_elephant" },
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.acceptSuggestionOnEnter": "off",
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.lineHeight": 1.5,
"debug.console.fontSize": 13.2,
"editor.minimap.maxColumn": 100,
"editor.minimap.showSlider": "always",
"editor.minimap.size": "fit",
"window.menuBarVisibility": "compact"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment