From 2916fccc93117d97e53e099530507070e702445d Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 16 Apr 2012 18:21:25 +0800 Subject: [PATCH] Mark *.mk as noexpandtab --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 4715477..4b30345 100644 --- a/.vimrc +++ b/.vimrc @@ -59,8 +59,9 @@ autocmd BufNewFile *.php call LoadPHPTemplate() autocmd BufNewFile *.sh call LoadShellTemplate() " " other -au BufNewFile,BufRead *.psgi setf perl +au BufNewFile,BufRead *.mk set noexpandtab au BufNewFile,BufRead *.json setf json +au BufNewFile,BufRead *.psgi setf perl au BufNewFile,BufRead Makefile set noexpandtab au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif "