Add .irbc and Rakefile to matching ruby filenames (#3457)

This commit is contained in:
Dorian
2017-04-20 01:41:31 -07:00
committed by Colin Seymour
parent dd53fa1585
commit e5e81a8560
2 changed files with 4 additions and 1 deletions

View File

@@ -3759,7 +3759,6 @@ Ruby:
- ".fcgi" - ".fcgi"
- ".gemspec" - ".gemspec"
- ".god" - ".god"
- ".irbrc"
- ".jbuilder" - ".jbuilder"
- ".mspec" - ".mspec"
- ".pluginspec" - ".pluginspec"
@@ -3781,6 +3780,7 @@ Ruby:
- jruby - jruby
- rbx - rbx
filenames: filenames:
- ".irbrc"
- ".pryrc" - ".pryrc"
- Appraisals - Appraisals
- Berksfile - Berksfile
@@ -3796,6 +3796,7 @@ Ruby:
- Mavenfile - Mavenfile
- Podfile - Podfile
- Puppetfile - Puppetfile
- Rakefile
- Snapfile - Snapfile
- Thorfile - Thorfile
- Vagrantfile - Vagrantfile

View File

@@ -0,0 +1,2 @@
require "pp"
IRB.conf[:AUTO_INDENT] = true