mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-07 17:33:26 +00: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
|