feat(nano): preserve current indentation for newlines

This commit is contained in:
Victor Westerlund 2025-12-21 11:54:41 +01:00
parent efb5aa0fac
commit c3016d5882
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -3,3 +3,6 @@ bind ^Z suspend main
# Set tabsize # Set tabsize
set tabsize 3 set tabsize 3
# Preserve current indentaion for newlines
set autoindent