Commit 918d0e71 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

docs: mention that the source code is best viewed with a tab size of 4

No related merge requests found
Showing with 7 additions and 0 deletions
+7 -0
......@@ -107,3 +107,10 @@ the license that covers nano. Then create a patch (or patches):
Send that patch (or patches) to <nano-devel@gnu.org>, as an attachment
or with git send-email.
To keep most lines of nano's source code within a width of 80 characters,
a tab size of four should be used. So in your nanorc file you may want
to include 'set tabsize 4', or you could use -T4 on the command line.
To make git display things as intended, you can do:
$ git config --local core.pager "less -x4"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment