Forráskód Böngészése

add a html vim-file for local shiftwidth

Kevin Heinicke 11 éve
szülő
commit
35535f7821
1 módosított fájl, 2 hozzáadás és 0 törlés
  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