|
From: | Benno Schulenberg |
Subject: | Re: [Nano-devel] indentation has been changed to use only tabs |
Date: | Sat, 30 Dec 2017 11:53:46 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 |
Op 29-12-17 om 21:53 schreef Brand Huntsman:
On Fri, 29 Dec 2017 21:44:04 +0100 Benno Schulenberg <address@hidden> wrote:There is one disadvantage to using tabs of four spaces, though: git diff still thinks that tabs are 8 spaces wide, which pushes the ends of many lines off the screen. How can I tell git to display tabs as four spaces?git config --local core.pager 'less -x1,5'
Thanks! This worked too: git config --local core.pager "less -x4" I've added the suggestion to the README.GIT file. Benno
[Prev in Thread] | Current Thread | [Next in Thread] |