mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
10 lines
257 B
VimL
10 lines
257 B
VimL
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||
|
" => Text, tab and indent related
|
||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||
|
" Use spaces instead of tabs
|
||
|
set expandtab
|
||
|
|
||
|
" 1 tab == 4 spaces
|
||
|
set shiftwidth=4
|
||
|
set tabstop=4
|