Skip to content

Commit 7f6b867

Browse files
committed
Update .vimrc
I don't want trailing spaces in my sql :-)
1 parent 03b5485 commit 7f6b867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
" To disable the stripping of whitespace, add the following to your
232232
" .vimrc.before.local file:
233233
" let g:spf13_keep_trailing_whitespace = 1
234-
autocmd FileType c,cpp,java,go,php,javascript,puppet,python,rust,twig,xml,yml,perl autocmd BufWritePre <buffer> if !exists('g:spf13_keep_trailing_whitespace') | call StripTrailingWhitespace() | endif
234+
autocmd FileType c,cpp,java,go,php,javascript,puppet,python,rust,twig,xml,yml,perl,sql autocmd BufWritePre <buffer> if !exists('g:spf13_keep_trailing_whitespace') | call StripTrailingWhitespace() | endif
235235
"autocmd FileType go autocmd BufWritePre <buffer> Fmt
236236
autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig
237237
autocmd FileType haskell,puppet,ruby,yml setlocal expandtab shiftwidth=2 softtabstop=2

0 commit comments

Comments
 (0)