diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 15:59:39 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 15:59:39 +0100 |
commit | 3c92a655c48f7f94c5076712f1950378968d6eb8 (patch) | |
tree | 26b6017adc096d9bc50fafcf3cb8aeb0fdb53fa0 /lib/coderay/encoders | |
parent | ee9e8407fb25e3383caa6e8954dc49ada031a538 (diff) | |
parent | 0a1f500d524ff0fb5eeafef051ccbb641954a87a (diff) | |
download | coderay-3c92a655c48f7f94c5076712f1950378968d6eb8.tar.gz |
Merge branch 'master' into dsl
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r-- | lib/coderay/encoders/html.rb | 3 |
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 # |