From f159c73b29c5a76a7314ce34fda82d5cbb66b2ec Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 24 Jun 2009 20:59:31 +0200 Subject: [PATCH] Add vim modelines to config files. --- conf/exodus.py | 2 ++ conf/extinction.py | 2 ++ conf/farmconfig.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/conf/exodus.py b/conf/exodus.py index c013e6e..868e666 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -36,3 +36,5 @@ class Config(FarmConfig): editor_default = 'text' # internal default, just for completeness theme_default = 'exodus' + +# vim: set ts=8 sts=4 sw=4 expandtab: diff --git a/conf/extinction.py b/conf/extinction.py index 312790c..5776e59 100644 --- a/conf/extinction.py +++ b/conf/extinction.py @@ -36,3 +36,5 @@ class Config(FarmConfig): editor_default = 'text' # internal default, just for completeness theme_default = 'classic' + +# vim: set ts=8 sts=4 sw=4 expandtab: diff --git a/conf/farmconfig.py b/conf/farmconfig.py index f45b065..7653434 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -213,3 +213,5 @@ class FarmConfig(DefaultConfig): auth = [phpbb] user_autocreate = True + +# vim: set ts=8 sts=4 sw=4 expandtab: -- 2.30.2