From c59b234ad3b860be2666b69555550f3fb692a408 Mon Sep 17 00:00:00 2001 From: mcnesium Date: Mon, 18 Jun 2018 13:48:03 +0200 Subject: [PATCH] add custom settings --- nanorc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nanorc b/nanorc index 50006ba..bd21f18 100644 --- a/nanorc +++ b/nanorc @@ -1,3 +1,7 @@ +set tabsize 4 +set tabstospaces +set constantshow #show line numbering + include "~/.nano/apacheconf.nanorc" include "~/.nano/arduino.nanorc" include "~/.nano/asciidoc.nanorc"