-
Notifications
You must be signed in to change notification settings - Fork 21
/
aprc
36 lines (33 loc) · 1015 Bytes
/
aprc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ------------------------------------------------------------------------------
# FILE: .aprc
# DESCRIPTION: Awesome Print configuration file
# AUTHOR: Sorin Ionescu <[email protected]>
# VERSION: 1.0.0
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Default Options
# ------------------------------------------------------------------------------
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
}
}