mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
* manual changes * move eventNotification to v2 namespace * updated rbi * add tests * Add basic rbi * generate event data types * move some things, fix tests * add missing attributes * update gemspec, examples, and rbi * fix example
13 lines
337 B
JSON
13 lines
337 B
JSON
{
|
|
// Show the repo name in the top window bar.
|
|
"window.title": "${rootName}${separator}${activeEditorMedium}",
|
|
|
|
// formatting on save is very slow in ruby
|
|
"editor.formatOnSave": false,
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
// Rubocop settings
|
|
"ruby.rubocop.configFilePath": ".rubocop.yml",
|
|
"ruby.rubocop.onSave": true
|
|
}
|