mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-26 01:21:00 +02:00
Change tabs and space width only with python
This commit is contained in:
parent
6111960c3b
commit
5b97c6f63c
@ -3,7 +3,7 @@ set scrolloff=3
|
|||||||
set ignorecase
|
set ignorecase
|
||||||
|
|
||||||
" Python formating
|
" Python formating
|
||||||
set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
|
autocmd FileType python set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
|
||||||
|
|
||||||
set cursorline
|
set cursorline
|
||||||
hi cursorline cterm=none term=none
|
hi cursorline cterm=none term=none
|
||||||
|
Loading…
Reference in New Issue
Block a user