Skip to content

Commit

Permalink
Mark filetype indent on for EditorConfig. #31
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed Jul 24, 2019
1 parent 300d643 commit 7d8948f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _vim/01.vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ set smartindent
set tabstop=2
set softtabstop=2 " Set Soft tab stop.
set shiftwidth=2 " Set Soft tab width.
filetype indent on

" Mark `filetype indent on` for support the EditorConfig. #31
" filetype indent on

" Scroll
" ------
Expand Down

0 comments on commit 7d8948f

Please sign in to comment.