Nvim(ftplugin:fish): Always use 4 spaces for indentation

Also see previous commit
This commit is contained in:
hedy 2022-03-31 17:49:49 +08:00
parent a046ab6c16
commit 412319de57
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ setlocal textwidth=79
" Enable folding of block structures in fish.
setlocal foldmethod=expr
# Use spaces please
setlocal expandtab
setlocal tabstop=4