view nanorc @ 92:5f2c5800fa8a

Fix small differences with older Nano on the server
author IBBoard <dev@ibboard.co.uk>
date Mon, 02 Apr 2018 17:30:20 +0100
parents 4342e7b19fa8
children 411e0a1c4382
line wrap: on
line source

set nowrap
set nonewlines
set const
set autoindent

## Nanorc files
include "~/.nanorc.d/nanorc.nanorc"

## Patch files
include "~/.nanorc.d/patch.nanorc"

## Perl
include "/usr/share/nano/perl.nanorc"

## Python
include "~/.nanorc.d/python.nanorc"

## Ruby
include "/usr/share/nano/ruby.nanorc"

## PHP (and HTML)
include "~/.nanorc.d/php.nanorc"

## Bourne shell scripts
include "~/.nanorc.d/sh.nanorc"