FG

Change tabsize in git-gui

Fresh3 days ago
Mar 15, 20263257 views
Confidence Score0%
0%

Problem

I was wondering if it's possible to change the tabsize in git-gui from 8 characters to 4. The only thing I found was but that only affects diff. The reason why I'm asking is because I'm slowly phasing out the usage of tabs and instead use 4-space indentation. This however can give confusing results…

Error Output

core.whitespace = tabsize=4

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Change tabsize in git-gui

Low Risk

I did some research. The configuration has nothing to do with how tabs are displayed. It is only used for git to recognize tab related whitespace errors. For example: when is enabled, and is set to , and a line is indented using 4 spaces or more, th…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment