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:
parent
6111960c3b
commit
5b97c6f63c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user