From 92389237e5aef44f08a845e9570ece14cec17d0a Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sat, 16 Apr 2016 12:08:11 -0400 Subject: proper php indentation --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 952c19e..0547e16 100644 --- a/vimrc +++ b/vimrc @@ -69,6 +69,7 @@ if has("autocmd") au FileType eruby setlocal ts=2 sw=2 sts=2 au FileType htmldjango setlocal ts=2 sw=2 sts=2 au FileType coffee setlocal ts=2 sw=2 sts=2 + au FileType php setlocal ts=2 sw=2 sts=2 " text files au BufRead,BufNewFile *.txt setlocal filetype=text -- cgit v1.2.3