Skip to content

Instantly share code, notes, and snippets.

@vishaltelangre
Created February 1, 2013 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishaltelangre/4690413 to your computer and use it in GitHub Desktop.
Save vishaltelangre/4690413 to your computer and use it in GitHub Desktop.
My ~/.aprc (awesome_print) file at office
AwesomePrint.defaults = {
:indent => 2,
:sort_keys => true,
:color => {
:args => :greenish,
:array => :pale,
:bigdecimal => :blue,
:class => :yellow,
:date => :greenish,
:falseclass => :red,
:fixnum => :blue,
:float => :blue,
:hash => :pale,
:keyword => :cyan,
:method => :purpleish,
:nilclass => :red,
:string => :yellowish,
:struct => :pale,
:symbol => :cyanish,
:time => :greenish,
:trueclass => :green,
:variable => :cyanish
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment