1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 08:20:59 +02:00

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

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