Browse Source

add a html vim-file for local shiftwidth

Kevin Heinicke 11 năm trước cách đây
mục cha
commit
35535f7821
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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