From db5121f1ee4730bd8fc5ac330326d200d1529a48 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Fri, 12 Sep 2014 16:21:19 +0400 Subject: [PATCH] MG: replace tabs with spaces. --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 3eab46a..51e5af0 100755 --- a/vim/vimrc +++ b/vim/vimrc @@ -15,6 +15,7 @@ set viminfo='20,\"50 " read/write a .viminfo file, don't store more set history=50 " keep 50 lines of command line history set ruler " show the cursor position all the time set tabstop=4 " make tabes to be equal to 4 space chars. +set expandtab " this is for MG files. set shiftwidth=4 " for shifting by 4 when pressing tab. set fileformat=unix " line ending is unix set textwidth=80 " 80 char text