{ // Show the repo name in the top window bar. "window.title": "${rootName}${separator}${activeEditorMedium}", "editor.formatOnSave": true, "files.trimTrailingWhitespace": true, // Rubocop settings "ruby.rubocop.configFilePath": ".rubocop.yml", "ruby.rubocop.onSave": true }