소스 검색

Expand tabs with spaces (vim)

Emmanuel Bouthenot 13 년 전
부모
커밋
3463bc2830
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .vim/vimrc

+ 1 - 0
.vim/vimrc

@@ -139,6 +139,7 @@ set smartindent
 set cindent
 
 "tabs and spaces settings
+set expandtab "tab are spaces
 set tabstop=4
 set shiftwidth=4
 set shiftround "round indent to shiftwidth