Introduction
Introduction Statistics Contact Development Disclaimer Help
<- Back
Vim - Convert tabs to 4x spaces
===============================
Just in case somebody forces you to use spaces instead of tabs...
Here's a vimrc-config that does exactly that:
" convert tabs to 4x spaces
set shiftwidth=4 smarttab
set expandtab
set tabstop=8 softtabstop=0
You are viewing proxied material from kroovy.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.