I use MacVim to edit my code. The indents look pretty good in Vim,Emacs and textedit. But they look horrible in Textmate2, textwrangler.
How to make the indents by Vim look consistent in other software?(e.g.. Textmate, textwrangler)?
This is my vim setting about tap:
"auto indent of new line accoring to the previous line
set autoindent
"smart indent for c program
set smartindent
" add tab of new line
set smarttab
" define smarttab length
set shiftwidth=4