Vim: tabs widths updated.

This commit is contained in:
Kolan Sh 2013-04-02 12:54:10 +04:00
parent 20e522bdf5
commit 2620497bb5
1 changed files with 5 additions and 5 deletions

10
.vimrc
View File

@ -2,11 +2,11 @@
" общие настройки " общие настройки
syntax on " включить подсветку синтаксиса syntax on " включить подсветку синтаксиса
set ts=8 " у меня табуляция (tabstop) 4 символа set ts=4 " у меня табуляция (tabstop) 4 символа
set tabstop=8 set tabstop=4
set shiftwidth=2 set shiftwidth=4
set textwidth=8 set textwidth=79
set tw=159 set tw=79
set expandtab set expandtab
set autoindent set autoindent
set copyindent set copyindent