summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:39:51 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:39:51 +0100
commit7f1f2287650c3f3da75ffe6d9e79793dfcc7a67d (patch)
tree22660d6fa0b1d56ed3d8e7e289a18241b006729e
parent3e4bb6a660f8f341eca9a87a310d00170ec40872 (diff)
downloadcoderay-7f1f2287650c3f3da75ffe6d9e79793dfcc7a67d.tar.gz
document new option to keep tabs
-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
#