]> git.ipfire.org Git - thirdparty/git.git/commit - gitk-git/gitk
[PATCH] gitk: Allow specifying tabstop as other than default 8 characters.
authorMark Levedahl <mdl123@verizon.net>
Sun, 20 May 2007 15:45:50 +0000 (11:45 -0400)
committerPaul Mackerras <paulus@samba.org>
Tue, 22 May 2007 00:07:05 +0000 (10:07 +1000)
commit7e12f1a6291032a311ab592e42fd38f5ec358c0e
tree8b09135418b9d35fbc8fbb1829d68ebf9cb52466
parent59ddaf3d19c174ab1547f4d8c0d76c564ddbf440
[PATCH] 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 = one 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>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk