summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r--lib/coderay/encoders/html.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index 67d487c..724f3eb 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -96,16 +96,16 @@ module Encoders
DEFAULT_OPTIONS = {
:tab_width => 8,
- :css => :class,
+ :css => :class,
:style => :alpha,
- :wrap => nil,
+ :wrap => nil,
:title => 'CodeRay output',
- :line_numbers => nil,
+ :line_numbers => nil,
:line_number_anchors => 'n',
- :line_number_start => 1,
- :bold_every => 10,
- :highlight_lines => nil,
+ :line_number_start => 1,
+ :bold_every => 10,
+ :highlight_lines => nil,
:hint => false,
}