diff options
author | Matt Singleton <matt@xcolour.net> | 2016-04-16 12:08:11 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2016-04-16 12:08:11 -0400 |
commit | 92389237e5aef44f08a845e9570ece14cec17d0a (patch) | |
tree | ad1e255dad8437b1f5212567eee0e760ca7fe163 /vimrc | |
parent | f97262188b674b170309a330adae6f5211373920 (diff) |
proper php indentation
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |