Skip to content

Instantly share code, notes, and snippets.

@fredjean
Forked from imbriaco/gist:208691
Created October 12, 2009 20:16
Show Gist options
  • Save fredjean/208701 to your computer and use it in GitHub Desktop.
Save fredjean/208701 to your computer and use it in GitHub Desktop.
(setq ruby-deep-indent-paren nil)
(setq ruby-deep-arglist nil)
class Foo
some_dsl_method :foo => { :key => 'value' },
:bar => { :key => 'bar' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment