Skip to content

Instantly share code, notes, and snippets.

@brand-it
Created October 23, 2017 15:24

Revisions

  1. brand-it created this gist Oct 23, 2017.
    31 changes: 31 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    {
    // If not specified searches for 'rubocop' executable available on PATH (default and recommended)
    // "ruby.rubocop.executePath": "/Users/newdark/.rbenv/shims/",

    // You can use specific path
    // "ruby.rubocop.executePath": "/Users/you/.rbenv/shims/"
    // "ruby.rubocop.executePath": "/Users/you/.rvm/gems/ruby-2.3.2/bin/"
    // "ruby.rubocop.executePath": "D:/bin/Ruby22-x64/bin/"

    // If not specified, it assumes a null value by default.
    // "ruby.rubocop.configFilePath": ".rubocop.yml",
    "editor.fontSize": 12,

    // default true
    "ruby.rubocop.onSave": true,
    "atomKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    "editor.tabSize": 2,
    "editor.renderWhitespace": "all",
    "files.trimTrailingWhitespace": true,
    "files.autoSave": "afterDelay",
    "html.format.wrapLineLength": 125,
    "workbench.startupEditor": "newUntitledFile",
    "editor.rulers": [
    105
    ],
    "window.zoomLevel": 0,
    "terminal.integrated.fontFamily": "monaco",
    "terminal.integrated.fontSize": 12
    }