ruby: Use two spaces per indentation level (#11869)

Hello, this pull request changes the indentation level for Ruby language
from 2 spaces to the most used setting in the Ruby world: 2 spaces per
indentation level.
This setting is mentioned in the [Ruby style guide from the Rubocop
(Ruby linter and formatter)
team](https://rubystyle.guide/#spaces-indentation) and/or in another
popular Rubocop configuration tool -
[`standardrb`](https://github.com/standardrb/standard/blob/main/config/base.yml#L233)
Thanks!

Release Notes:

- N/A
This commit is contained in:
Vitaly Slobodin 2024-05-15 20:07:00 +02:00 committed by GitHub
parent a1e5f6bb7c
commit 1651cdf03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,3 +38,4 @@ brackets = [
] },
]
collapsed_placeholder = "# ..."
tab_size = 2