Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

vim replace tabs with spaces

" Vi:

" To replace tabs with spaces whilst typing
set tabstop=4 shiftwidth=4 expandtab
 
PREVIOUS NEXT
Tagged: #vim #replace #tabs #spaces
ADD COMMENT
Topic
Name
7+8 =