vim mengganti tab dengan spasi
" Vi:
" To replace tabs with spaces whilst typing
set tabstop=4 shiftwidth=4 expandtab
slohobo
" Vi:
" To replace tabs with spaces whilst typing
set tabstop=4 shiftwidth=4 expandtab
set smartindent
set tabstop=2
set expandtab
set shiftwidth=2
set tabstop=4
set ts=4 sw=4
set ts=4 sw=4 expandtab
:set tabstop=4