settings: Add a vim modeline.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 11:44:20 +0000 (13:44 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 11:44:20 +0000 (13:44 +0200)
settings.py

index db3d03afbadf6e573d124bf4a7c61047f280e839..7ebc0865838a477cfe37bd96dc7f9a57104caa27 100644 (file)
@@ -84,3 +84,5 @@ try:
     from localsettings import *
 except ImportError:
     pass
+
+# vim: set sts=4 sw=4 expandtab: