Opened 16 years ago
Closed 13 years ago
#229 closed enhancement (fixed)
tab-stop in HtmlStream should be configurable
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.9 |
Component: | configuration | Version: | trunk |
Keywords: | Cc: |
Description
A tabstop is expanded to two spaces in HtmlStream?. This is the natural choice for everyone who has an editor in which their code a '\t' looks like two spaces.
For others it is not the obvious choice. The behavior of tabs should be configurable. Optimally, it should be possible to configure tabs to be displayed differently depending on the file-type (read file name).
Is the present behavior a natural default also in the future, or should we change to a more classical "expand tabstops to eight spaces"?
Change History (4)
comment:1 Changed 16 years ago by
Milestone: | 0.7 → 0.8 |
---|
comment:2 Changed 14 years ago by
Milestone: | svndigest 0.8 → svndigest 0.9 |
---|
comment:3 Changed 13 years ago by
Status: | new → assigned |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1155]) new config option: tab_size. fixes #229