mfrazi
5/11/2018 - 8:03 AM

VS Code Settings

{
    "files.autoSave": "onFocusChange",

    "editor.fontSize": 18,
    "editor.wordWrap": "on",
    "editor.lineHeight": 23,

    "eslint.autoFixOnSave": true,
    "workbench.colorTheme": "One Dark Pro",
    "window.zoomLevel": 0,
    "workbench.panel.location": "bottom",

    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true
}