feat(.nanorc): add autoindent and co

This commit is contained in:
matt1432 2023-03-23 09:40:54 -04:00
parent 76ede0bb29
commit 48e19ded58

View file

@ -14,12 +14,12 @@
## When soft line wrapping is enabled, make it wrap lines at blanks ## When soft line wrapping is enabled, make it wrap lines at blanks
## (tabs and spaces) instead of always at the edge of the screen. ## (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 ## Automatically indent a newly created line to the same number of
## tabs and/or spaces as the preceding line -- or as the next line ## tabs and/or spaces as the preceding line -- or as the next line
## if the preceding line is the beginning of a paragraph. ## if the preceding line is the beginning of a paragraph.
# set autoindent set autoindent
## Back up files to the current filename plus a tilde. ## Back up files to the current filename plus a tilde.
# set backup # set backup
@ -102,7 +102,7 @@ set linenumbers
# set multibuffer # set multibuffer
## Don't convert files from DOS/Mac format. ## 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. ## Don't display the helpful shortcut lists at the bottom of the screen.
# set nohelp # set nohelp