summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:59:39 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:59:39 +0100
commit3c92a655c48f7f94c5076712f1950378968d6eb8 (patch)
tree26b6017adc096d9bc50fafcf3cb8aeb0fdb53fa0 /lib/coderay/encoders
parentee9e8407fb25e3383caa6e8954dc49ada031a538 (diff)
parent0a1f500d524ff0fb5eeafef051ccbb641954a87a (diff)
downloadcoderay-3c92a655c48f7f94c5076712f1950378968d6eb8.tar.gz
Merge branch 'master' into dsl
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r--lib/coderay/encoders/html.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index c7c0c2d..942b9c8 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -25,7 +25,8 @@ module Encoders
# == Options
#
# === :tab_width
- # Convert \t characters to +n+ spaces (a number.)
+ # Convert \t characters to +n+ spaces (a number or false.)
+ # false will keep tab characters untouched.
#
# Default: 8
#