From 206e923322d0cc4c3144e16d86ba1f80982317cb Mon Sep 17 00:00:00 2001 From: Trent Bartlem Date: Thu, 3 Dec 2015 17:58:41 +1000 Subject: [PATCH] Syntax highlighting in vim, github --- alliance_auth/settings.py.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 5719ba82..dda3f3bc 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -1,4 +1,5 @@ """ +vim: set filetype=python: Django settings for alliance_auth project. For more information on this file, see @@ -6,6 +7,7 @@ https://docs.djangoproject.com/en/1.6/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ + """ # Build paths inside the project like this: os.path.join(BASE_DIR, ...)