This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .vimrc: | |
| syntax on | |
| set modeline | |
| filetype indent plugin on | |
| map <f9> :w<CR>:!php -l %<CR> | |
| PHP: | |
| // vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent: |