| Index: tools/vim/filetypes.vim
|
| diff --git a/tools/vim/filetypes.vim b/tools/vim/filetypes.vim
|
| index 930b7aec2e7ade3e2f0207d086dbe6ea4638bb6a..5ed72c1be4c4988021348a57c573b2e2c084afff 100644
|
| --- a/tools/vim/filetypes.vim
|
| +++ b/tools/vim/filetypes.vim
|
| @@ -5,4 +5,5 @@
|
| augroup filetype
|
| au! BufRead,BufNewFile *.gyp set filetype=python expandtab tabstop=2 shiftwidth=2
|
| au! BufRead,BufNewFile *.gypi set filetype=python expandtab tabstop=2 shiftwidth=2
|
| + au! BufRead,BufNewFile DEPS set filetype=python expandtab tabstop=2 shiftwidth=2
|
| augroup END
|
|
|