gitk - Allow specifying tabstop as other than default 8 characters.
commit5eecfa3becc25a6bf5bfc7e3657d77a40cbdd60a
authorMark Levedahl <mdl123@verizon.net>
Tue, 26 Jun 2007 02:43:21 +0000 (25 22:43 -0400)
committerJohannes Sixt <johannes.sixt@telecom.at>
Tue, 26 Jun 2007 07:05:42 +0000 (26 09:05 +0200)
treec3605edb96203afbd2341980cc6d858ee392a118
parent568785d5b13cdf06bd81b8e161a5405596f44197
gitk - Allow specifying tabstop as other than default 8 characters.

Not all projects use the convention that one tabstop = 8 characters, and
a common convention is to use one tabstop = on level of indent. For such
projects, using 8 characters per tabstop often shows too much whitespace
per indent. This allows the user to configure the number of characters
to use per tabstop.

Signed-off-by: Mark Levedahl <mdl123@verizon.net>
gitk