Skip to content

Instantly share code, notes, and snippets.

@myNvOvka
myNvOvka / settings.json
Created January 29, 2018 17:07 — forked from mustafaaloko/settings.json
My Visual Studio Code Settings
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 4,
"workbench.colorTheme": "GitHub Plus",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Operator Mono",
"editor.fontSize": 14,
"editor.lineHeight": 40,
"editor.cursorStyle": "line",
"editor.quickSuggestions": {