nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 3129c2928b6555662ed102944fbb1ef97d8eb360
parent 21374584e28e3923fa218fea6465746081a60883
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 16 Jun 2005 01:18:56 +0000

move the "tabstospaces" option in nanorc.sample down so the options are
in alphabetical order again


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2686 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mdoc/nanorc.sample | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/nanorc.sample b/doc/nanorc.sample @@ -29,9 +29,6 @@ ## Use cut to end of line by default. # set cut -## Convert typed tabs to spaces. -# set tabstospaces - ## Set the line length for wrapping text and justifying paragraphs. ## If fill is negative, the line length will be the screen width less ## this number. @@ -115,6 +112,9 @@ ## Use this tab size instead of the default; it must be greater than 0. # set tabsize 8 +## Convert typed tabs to spaces. +# set tabstospaces + ## Save automatically on exit, don't prompt. # set tempfile