From c7c4462a0cde67cc11500ea474ce8bac0b27d3da Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 16:48:17 +0600 Subject: Fixed file format. Convert from DOS to Unix EOLs. --- files/.vim/after/ftplugin/python.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/.vim/after') diff --git a/files/.vim/after/ftplugin/python.vim b/files/.vim/after/ftplugin/python.vim index 80da192..8a8e2c4 100755 --- a/files/.vim/after/ftplugin/python.vim +++ b/files/.vim/after/ftplugin/python.vim @@ -1,3 +1,3 @@ -set fileformat=unix -set nocopyindent -set expandtab +set fileformat=unix +set nocopyindent +set expandtab -- cgit v1.2.3