我使用 MacVim 来编辑我的代码。在Vim、Emacs 和 textedit中缩进看起来很不错。但是它们在Textmate2,textwrangler中看起来很糟糕。
如何使 Vim 的缩进在其他软件中看起来一致?(例如 Textmate、textwrangler)?
这是我关于 Tap 的 vim 设置:
"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