1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Add PKGBUILD handling

This commit is contained in:
2025-05-30 13:22:40 +02:00
parent 7b2830d0f9
commit 4bd7364423
2 changed files with 2 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ fun! StripTrailingWhitespace()
endfun
autocmd BufWritePre * call StripTrailingWhitespace()
autocmd filetype pkgbuild setlocal tabstop=2 shiftwidth=2 expandtab
" Keep backup files etc out of the way
set undofile