modeline

Send to Kindle
home » snippets » vim » modeline


Examples

# vim: set tw=60 shiftwidth=4 tabstop=4 filetype=mkd       : Vim modeline

Compatible with emacs.

# -*- mode: python; -*- vim: set filetype=python: