소스 검색

add a html vim-file for local shiftwidth

Kevin Heinicke 11 년 전
부모
커밋
35535f7821
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dotvim/after/ftplugin/html.vim

+ 2 - 0
dotvim/after/ftplugin/html.vim

@@ -0,0 +1,2 @@
+setlocal shiftwidth=2
+setlocal tabstop=2