mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
// 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
|
|
}
|