mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
// Rubocop settings
|
|
"ruby.rubocop.configFilePath": ".rubocop.yml",
|
|
"ruby.rubocop.onSave": true
|
|
}
|