nanorc: Only wrap at blank characters

This commit is contained in:
2021-04-30 16:36:37 +02:00
parent 99bf3ef4fd
commit 47bd702fe8

2
nanorc
View File

@@ -20,7 +20,7 @@
## 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