mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
vim: smartindent
This commit is contained in:
parent
ca2edd4ae8
commit
77098deb6a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
vimrcConfig.customRC=''
|
||||
syntax enable
|
||||
set nowrap ruler scrolloff=9 backspace=start,indent
|
||||
set autoindent expandtab tabstop=4 shiftwidth=4
|
||||
set autoindent smartindent expandtab tabstop=4 shiftwidth=4
|
||||
'';
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue