mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
feat(nano): preserve current indentation for newlines (#83)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/83
This commit is contained in:
parent
efb5aa0fac
commit
efd96e9231
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 3
|
||||
|
||||
# Preserve current indentaion for newlines
|
||||
set autoindent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue