From: Alexandru DAMIAN Date: Tue, 14 Jan 2014 12:50:32 +0000 (+0000) Subject: toaster: add vim modelines for .py files X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73271a7c6f1913c68a4b39ab86414f44acc04776;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: add vim modelines for .py files No-op patch that adds vim modelines for all .py files intended to be user-edited. Signed-off-by: Alexandru DAMIAN --- diff --git a/lib/toaster/bldviewer/api.py b/lib/toaster/bldviewer/api.py index a586734eb96..596e6a93c60 100644 --- a/lib/toaster/bldviewer/api.py +++ b/lib/toaster/bldviewer/api.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/bldviewer/templatetags/projecttags.py b/lib/toaster/bldviewer/templatetags/projecttags.py index 0c0d804c0ce..1b8953c69d7 100644 --- a/lib/toaster/bldviewer/templatetags/projecttags.py +++ b/lib/toaster/bldviewer/templatetags/projecttags.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/bldviewer/urls.py b/lib/toaster/bldviewer/urls.py index 354b7296556..24c30170597 100644 --- a/lib/toaster/bldviewer/urls.py +++ b/lib/toaster/bldviewer/urls.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/bldviewer/views.py b/lib/toaster/bldviewer/views.py index 6a90ed7b5aa..e8f6b96df77 100644 --- a/lib/toaster/bldviewer/views.py +++ b/lib/toaster/bldviewer/views.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/orm/models.py b/lib/toaster/orm/models.py index 7c439487e9e..3a4f2fb8848 100644 --- a/lib/toaster/orm/models.py +++ b/lib/toaster/orm/models.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/toastergui/templatetags/projecttags.py b/lib/toaster/toastergui/templatetags/projecttags.py index 15a1757b359..24639477f6a 100644 --- a/lib/toaster/toastergui/templatetags/projecttags.py +++ b/lib/toaster/toastergui/templatetags/projecttags.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/toastergui/urls.py b/lib/toaster/toastergui/urls.py index 585578316ab..6e7595b0870 100644 --- a/lib/toaster/toastergui/urls.py +++ b/lib/toaster/toastergui/urls.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/toastergui/views.py b/lib/toaster/toastergui/views.py index 09da9c2a2e7..a123eb50953 100644 --- a/lib/toaster/toastergui/views.py +++ b/lib/toaster/toastergui/views.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/toastermain/settings.py b/lib/toaster/toastermain/settings.py index 679035e8878..c8db82f7ab3 100644 --- a/lib/toaster/toastermain/settings.py +++ b/lib/toaster/toastermain/settings.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/toastermain/urls.py b/lib/toaster/toastermain/urls.py index 10e685af388..ede5e4f96f1 100644 --- a/lib/toaster/toastermain/urls.py +++ b/lib/toaster/toastermain/urls.py @@ -1,4 +1,7 @@ # +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# # BitBake Toaster Implementation # # Copyright (C) 2013 Intel Corporation diff --git a/lib/toaster/toastermain/wsgi.py b/lib/toaster/toastermain/wsgi.py index 6277eb4d5ef..031b314b1a2 100644 --- a/lib/toaster/toastermain/wsgi.py +++ b/lib/toaster/toastermain/wsgi.py @@ -1,4 +1,7 @@ """ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +# WSGI config for Toaster project. This module contains the WSGI application used by Django's development server