From c36f3f430d4b56476750a8e338f7071fb11af2fb 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/ftplugin') 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