diff --git a/vimrc b/vimrc index 4b6c8f7..07be3f9 100644 --- a/vimrc +++ b/vimrc @@ -131,7 +131,7 @@ set viminfo='50,"50 " '=marks for x files, "=registers for x files -au BufNewFile,BufRead *.py,*.pyw,*.c,*.h,*.pyx,%akefil* match BadWhitespace /\s\+$/ | +au BufNewFile,BufRead *.py,*.pyw,*.c,*.h,*.pyx,%akefil* \ setlocal tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent \ textwidth=79 fileformat=unix