Merge branch 'Hachino-main-patch-42101' into 'main'

Options non reconnues dans le .nanorc

See merge request nounous/ansible!355
merge-requests/355/merge
glevy 2025-10-11 10:42:17 +02:00
commit 023610b9ef
1 changed files with 4 additions and 2 deletions

View File

@ -65,7 +65,8 @@ set historylog
# set matchbrackets "(<[{)>]}"
## Use the blank line below the titlebar as extra editing space.
set morespace
## L'option n'est pas reconnue sur les machines.
# set morespace
## Enable mouse support, if available for your system. When enabled,
## mouse clicks can be used to place the cursor, set the mark (with a
@ -152,7 +153,8 @@ set positionlog
# set speller "aspell -x -c"
## Allow nano to be suspended.
set suspend
## L'option n'est pas reconnue sur les machines.
# set suspend
## Use this tab size instead of the default; it must be greater than 0.
set tabsize 4