aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-06-25 20:23:03 +0200
committerMichał Górny <mgorny@gentoo.org>2013-06-25 20:29:11 +0200
commit9c12b1d93c85ce39677dd409dab2c232355ad763 (patch)
tree69a08f5d8dc832394fea91de4c07a8decb308c43 /manage.py
parentMerge pull request #3 from dastergon/design-3 (diff)
downloadidentity.gentoo.org-9c12b1d93c85ce39677dd409dab2c232355ad763.tar.gz
identity.gentoo.org-9c12b1d93c85ce39677dd409dab2c232355ad763.tar.bz2
identity.gentoo.org-9c12b1d93c85ce39677dd409dab2c232355ad763.zip
Include vim modelines in all code files.
Modelines enforce project-specific indent, help vim recognize django templates and provide encoding information for Python.
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/manage.py b/manage.py
index 10193e6..a184a34 100755
--- a/manage.py
+++ b/manage.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
import os
import sys