Explorar el Código

add a html vim-file for local shiftwidth

Kevin Heinicke hace 11 años
padre
commit
35535f7821
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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