Sha256: d4718d58a6af23835ca31ad4cdde979686846a1c527fbb6a30930c34a77ad480

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

{
    "ruby.format": "rubocop",
    "ruby.intellisense": "rubyLocate",
    "ruby.codeCompletion": "rcodetools",
    "ruby.lint": {
        "rubocop": {
          "useBundler": true // enable rubocop via bundler
        },
        "reek": {
          "useBundler": true // enable reek via bundler
        }
    },
    "editor.insertSpaces": true,
    "editor.tabSize": 2,
    "editor.detectIndentation": true
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tileset_tooling-0.1.0 .vscode/settings.json
tileset_tooling-0.0.2 .vscode/settings.json