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

View File

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