[vim] helm auto-indent on newline

This commit is contained in:
2022-08-21 23:56:14 +03:00
parent e1a2bde564
commit 73e4328b95

View File

@@ -1,3 +1,5 @@
set autoindent
set cindent
" show existing tab with 2 spaces width " show existing tab with 2 spaces width
set tabstop=2 set tabstop=2
" when indenting with '>', use 2 spaces width " when indenting with '>', use 2 spaces width