diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 17:05:38 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 17:05:38 +0100 |
commit | 0b19ccfa96e1c7e4999e6e2619ae0b266b54402a (patch) | |
tree | 974590b0902ca01731a90d8c9dcc25c34e2b3ff8 /lib/coderay/encoders/html.rb | |
parent | e93cdf6cc6b8fb9179fa82a1f9bad77eae1e9830 (diff) | |
parent | 0ad3ddc26da51b3bdd0454859f894761a0155c1b (diff) | |
download | coderay-0b19ccfa96e1c7e4999e6e2619ae0b266b54402a.tar.gz |
Merge branch 'master' into possible-speedups
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-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 a2c274f..55b1291 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 # |