From 2afbe7113aceb5e3e1c63fe2778c875e975bacf3 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 18 Mar 2021 00:24:10 +0300 Subject: [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 --- test/optparse/test_acceptable.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/optparse') diff --git a/test/optparse/test_acceptable.rb b/test/optparse/test_acceptable.rb index 5c3fbdb10c..12f7886538 100644 --- a/test/optparse/test_acceptable.rb +++ b/test/optparse/test_acceptable.rb @@ -196,4 +196,3 @@ class TestOptionParser::Acceptable < TestOptionParser end end - -- cgit v1.2.3