Skip to content

Commit

Permalink
Merge branch 'release/0.23'
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Nov 17, 2015
2 parents d613144 + 239b4a4 commit ddc927f
Show file tree
Hide file tree
Showing 438 changed files with 21,444 additions and 8,043 deletions.
8 changes: 8 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
scss:
enabled: false

ruby:
config_file: .ruby-style.yml

javascript:
enabled: false
6 changes: 6 additions & 0 deletions .pryrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if defined?(PryNav)
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
end

Loading

0 comments on commit ddc927f

Please sign in to comment.