Change tabs and space width only with python

This commit is contained in:
Arti Zirk 2020-10-01 14:04:43 +03:00
parent 6111960c3b
commit 5b97c6f63c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set scrolloff=3
set ignorecase
" Python formating
set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
autocmd FileType python set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
set cursorline
hi cursorline cterm=none term=none