Sha256: 3cb3214061ff63c4f7850cff38dad9219398687d963fdc61b1cbc312bbbbb687
Contents?: true
Size: 654 Bytes
Versions: 21
Compression:
Stored size: 654 Bytes
Contents
{ "[ruby]": { "editor.autoClosingBrackets": "beforeWhitespace", "editor.formatOnSave": true, "editor.defaultFormatter": "rebornix.ruby" }, "files.trimTrailingWhitespace": true, "files.trimFinalNewlines": true, "editor.formatOnSave": true, "yaml.format.enable": true, "ruby.useBundler": true, //run non-lint commands with bundle exec "ruby.useLanguageServer": true, // use the internal language server (see below) "ruby.lint": { "rubocop": { "useBundler": true, "lint": true, // enable lint cops "rails": true // requires rubocop-rails gem for RuboCop >= 0.72.0 } }, "ruby.format": "rubocop", }
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
neeto-commons-backend-1.0.89 | lib/neeto_commons_backend/common_files/.vscode/settings.json |