[ruby/optparse] Add EditorConfig file

More info here: https://editorconfig.org/

For example, `ruby/ruby` has it: https://github.com/ruby/ruby/blob/05ebaee/.editorconfig

Also fix some offenses.

https://github.com/ruby/optparse/commit/29402e7e0e
This commit is contained in:
Alexander Popov 2021-03-18 00:24:10 +03:00 коммит произвёл Hiroshi SHIBATA
Родитель 908785ef6d
Коммит 2afbe7113a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
3 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -196,4 +196,3 @@ class TestOptionParser::Acceptable < TestOptionParser
end
end