[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] indentation has been changed to use only tabs
From: |
Brand Huntsman |
Subject: |
Re: [Nano-devel] indentation has been changed to use only tabs |
Date: |
Fri, 29 Dec 2017 13:53:28 -0700 |
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'