Skip to content

Instantly share code, notes, and snippets.

@daniel-san
Last active June 24, 2019 18:08
Show Gist options
  • Select an option

  • Save daniel-san/81a1c1b470ceaab30a6d3b6f4b73d9fe to your computer and use it in GitHub Desktop.

Select an option

Save daniel-san/81a1c1b470ceaab30a6d3b6f4b73d9fe to your computer and use it in GitHub Desktop.

Revisions

  1. daniel-san renamed this gist Jun 24, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. daniel-san created this gist Jun 24, 2019.
    32 changes: 32 additions & 0 deletions json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    {
    "window.titleBarStyle": "custom",
    "editor.fontFamily": "mononoki,'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
    "editor.fontSize": 16,
    "editor.lineHeight": 30,
    "workbench.colorTheme": "One Dark Pro Vivid",
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",
    "editor.formatOnSave": true,
    "editor.rulers": [80, 120],
    "editor.tabSize": 2,
    "terminal.integrated.fontSize": 16,
    "emmet.syntaxProfiles": {
    "javascript": "jsx"
    },
    "emmet.includeLanguages": {
    "javascript": "javascriptreact"
    },
    "prettier.eslintIntegration": true,

    // per language settings
    "[php]": {
    "editor.tabSize": 4
    },

    // vim plugin settings
    "vim.handleKeys": {
    "<C-d>": false,
    "<C-x>": false,
    "<C-c>": false
    }
    }