Skip to content

Commit 7f1f228

Browse files
committed
document new option to keep tabs
1 parent 3e4bb6a commit 7f1f228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/coderay/encoders/html.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module Encoders
2525
# == Options
2626
#
2727
# === :tab_width
28-
# Convert \t characters to +n+ spaces (a number.)
28+
# Convert \t characters to +n+ spaces (a number or false.)
29+
# false will keep tab characters untouched.
2930
#
3031
# Default: 8
3132
#

0 commit comments

Comments
 (0)