On 9/19/25 4:14 PM, Tom Lane wrote:
"Jonathan S. Katz" <[email protected]> writes:
On a quick read, I believe this is easily settable in the cgit.css file
by setting "tab-size" to "4". I did a quick test hacking this inline,
and it worked.

Cool, thanks for looking into it.

Tested inline, but untested as a whole (as I don't have access to gitweb, nor do I really want to have access), but this is effectively the modification, the second line of the CSS rule.

Jonathan
/* postgresql.org specific CSS to set 4 space tabs */
div#cgit table.diff td,
div#cgit table.blob td.lines {
    tab-size: 4;
    -moz-tab-size: 4;
}

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to