MG: replace tabs with spaces.

This commit is contained in:
Vahagn Khachatryan
2014-09-12 16:21:19 +04:00
parent a36ee37730
commit db5121f1ee

View File

@@ -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 history=50 " keep 50 lines of command line history
set ruler " show the cursor position all the time set ruler " show the cursor position all the time
set tabstop=4 " make tabes to be equal to 4 space chars. 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 shiftwidth=4 " for shifting by 4 when pressing tab.
set fileformat=unix " line ending is unix set fileformat=unix " line ending is unix
set textwidth=80 " 80 char text set textwidth=80 " 80 char text