Skip to content

Instantly share code, notes, and snippets.

@adam000
Created October 29, 2013 23:35
Show Gist options
  • Save adam000/7224658 to your computer and use it in GitHub Desktop.
Save adam000/7224658 to your computer and use it in GitHub Desktop.
How to do some basic modelines for Vim. I always forget the syntax...
#!/bin/bash
# vim: set ts=2 sw=2:
# or for Makefile:
# vim: set ts=5 sw=5 noet nolist:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment