Skip to content

Instantly share code, notes, and snippets.

View fager's full-sized avatar

Frank Agerholm fager

View GitHub Profile
@fager
fager / my_vim_modelines.txt
Last active December 10, 2018 07:59
My vim modelines
.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: