]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toaster: add vim modelines for .py files
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 14 Jan 2014 12:50:32 +0000 (12:50 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 27 Jan 2014 15:19:49 +0000 (15:19 +0000)
No-op patch that adds vim modelines for all .py files
intended to be user-edited.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/toaster/bldviewer/api.py
lib/toaster/bldviewer/templatetags/projecttags.py
lib/toaster/bldviewer/urls.py
lib/toaster/bldviewer/views.py
lib/toaster/orm/models.py
lib/toaster/toastergui/templatetags/projecttags.py
lib/toaster/toastergui/urls.py
lib/toaster/toastergui/views.py
lib/toaster/toastermain/settings.py
lib/toaster/toastermain/urls.py
lib/toaster/toastermain/wsgi.py

index a586734eb96ae3f121efbd942c41357cdcbee319..596e6a93c60a609e64f0338fa619ac2b680c1d13 100644 (file)
@@ -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
index 0c0d804c0ce7735eeb8dcdb61d05474315975461..1b8953c69d7522d95b765e29757bb58840037e48 100644 (file)
@@ -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
index 354b729655652b3be5f0d40345d755bfcb7266ff..24c30170597fd530aa03da18d3b7aa024e803208 100644 (file)
@@ -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
index 6a90ed7b5aaf56a61a759ef6ea921a64fa15bd4a..e8f6b96df776b333b97b56904a624a3e5b449092 100644 (file)
@@ -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
index 7c439487e9ea567de71894459a6690ba0578a81d..3a4f2fb8848dc8a4da0f55a1e9e90b8baebfbe62 100644 (file)
@@ -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
index 15a1757b35917e239d1a21188f1d125e131a85b3..24639477f6afb171d4d5c2d7ac8f6f001c9f2130 100644 (file)
@@ -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
index 585578316ab8a6432747de3f61144483cb4c7e11..6e7595b08703c5c048a924cb4ac4b869ca4eff42 100644 (file)
@@ -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
index 09da9c2a2e71f25872ffd005b6853960ba47f672..a123eb50953dc868d3a9fdfd70d7660da5d29cbf 100644 (file)
@@ -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
index 679035e887842d8c8459244867e86e7d5b767509..c8db82f7ab3eb560ec6e94ba5672cdfa9cb2fa5f 100644 (file)
@@ -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
index 10e685af388bde2c26ae8a8928c325c78a06de8f..ede5e4f96f1c4cdf8232e984261cbf1bc13ab79e 100644 (file)
@@ -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
index 6277eb4d5ef20a513e8a30e0835a22004107d485..031b314b1a2df38c9ef41872b70059c72ac4e667 100644 (file)
@@ -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