mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-12 05:45:59 +01:00
feat(nano): preserve current indentation for newlines
This commit is contained in:
parent
efb5aa0fac
commit
c3016d5882
1 changed files with 3 additions and 0 deletions
3
.nanorc
3
.nanorc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue