Vim: tw=79->159

This commit is contained in:
Kolan Sh 2022-03-07 13:03:56 +03:00
parent 85615f89a3
commit dd61d20960
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -6,7 +6,7 @@ set ts=4 " у меня табуляция (tabstop) 4 символ
set tabstop=4
set shiftwidth=4
set textwidth=79
set tw=79
set tw=159
set colorcolumn=80,120,160
"set expandtab
set autoindent