mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-14 06:05:13 +02:00
Change tabs and space width only with python
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user