diff options
| author | Anton Bobov <bobov_a@sibsac.ru> | 2011-10-13 16:48:17 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2011-10-13 18:38:48 +0600 |
| commit | c36f3f430d4b56476750a8e338f7071fb11af2fb (patch) | |
| tree | 5391d382d5ba6c013ea7a9efd47b1b4f568e734f /files/.vim/after/ftplugin/python.vim | |
| parent | d29a66f726316e6dc4902cf77578f8c89e89c9e6 (diff) | |
Fixed file format.
Convert from DOS to Unix EOLs.
Diffstat (limited to 'files/.vim/after/ftplugin/python.vim')
| -rwxr-xr-x | files/.vim/after/ftplugin/python.vim | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
