Indent 2 spaces for ocaml

This commit is contained in:
2015-09-08 15:27:51 -04:00
parent adebc02f60
commit 4cb4782aa0

4
.vim/indent/ocaml.vim Normal file
View File

@@ -0,0 +1,4 @@
setlocal expandtab
setlocal tabstop=4
setlocal softtabstop=2
setlocal shiftwidth=2