Sha256: abab2fb6d128751824ec78c0b5b7040b8e03d344f9033a326a9223d0fcead86f

Contents?: true

Size: 616 Bytes

Versions: 2

Compression:

Stored size: 616 Bytes

Contents

{
  "editor.formatOnSave": false,
  "editor.formatOnSaveTimeout": 5000,

  "ruby.useBundler": true, //run non-lint commands with bundle exec
  "ruby.useLanguageServer": true, // use the internal language server (see below)
  "ruby.lint": {
    // Static code analysis and formatting.
    "rubocop": {
      "useBundler": true // enable rubocop via bundler
    },
    // Code smell detection.
    "reek": {
      "useBundler": true // enable reek via bundler
    }
  },
  "ruby.format": "rubocop",
  "inlineHasher.singleDefaultFormat": "%2",
  "inlineHasher.showFormatInputBox": false // use rubocop for formatting
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
object_hash_rb-0.1.3 .vscode/settings.json
object_hash_rb-0.1.2 .vscode/settings.json