Re: [PATCH] gitweb: add a setting to control the tabstop width
From: Jakub Narebski <hidden> Date: 2016-06-15 22:44:20
Jakub Narebski wrote:
+our $tabstop_width;
I think I would write "our $tabstop_width = 8;" here.
I'm sorry. Please drop this part. Seting it to undef is needed
if it is used as cache (as: not read in), while if we use %config
it is simply not needed.
--
Jakub Narebski
Poland