From 48e19ded58100c06d9d203312e5c933fda4e8d7f Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 23 Mar 2023 09:40:54 -0400 Subject: [PATCH] feat(.nanorc): add autoindent and co --- files/.nanorc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/.nanorc b/files/.nanorc index ed8835d..17dd1e6 100644 --- a/files/.nanorc +++ b/files/.nanorc @@ -14,12 +14,12 @@ ## When soft line wrapping is enabled, make it wrap lines at blanks ## (tabs and spaces) instead of always at the edge of the screen. -# set atblanks +set atblanks ## Automatically indent a newly created line to the same number of ## tabs and/or spaces as the preceding line -- or as the next line ## if the preceding line is the beginning of a paragraph. -# set autoindent +set autoindent ## Back up files to the current filename plus a tilde. # set backup @@ -102,7 +102,7 @@ set linenumbers # set multibuffer ## Don't convert files from DOS/Mac format. -# set noconvert +set noconvert ## Don't display the helpful shortcut lists at the bottom of the screen. # set nohelp