aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2016-04-16 12:08:11 -0400
committerMatt Singleton <matt@xcolour.net>2016-04-16 12:08:11 -0400
commit92389237e5aef44f08a845e9570ece14cec17d0a (patch)
treead1e255dad8437b1f5212567eee0e760ca7fe163
parentf97262188b674b170309a330adae6f5211373920 (diff)
proper php indentation
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
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