From 230e00948ba093958e8e89e9ee380444b3dad307 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Tue, 29 Jan 2013 08:50:10 +0100 Subject: [PATCH] fetch2: Add editor modelines for bb.tests.* Signed-off-by: Olof Johansson Signed-off-by: Richard Purdie --- lib/bb/tests/codeparser.py | 2 ++ lib/bb/tests/cow.py | 2 ++ lib/bb/tests/data.py | 2 ++ lib/bb/tests/fetch.py | 2 ++ lib/bb/tests/utils.py | 2 ++ 5 files changed, 10 insertions(+) diff --git a/lib/bb/tests/codeparser.py b/lib/bb/tests/codeparser.py index e544586c9c3..938b04b2c60 100644 --- a/lib/bb/tests/codeparser.py +++ b/lib/bb/tests/codeparser.py @@ -1,3 +1,5 @@ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Test for codeparser.py # diff --git a/lib/bb/tests/cow.py b/lib/bb/tests/cow.py index 599b2aabaf9..35c5841f322 100644 --- a/lib/bb/tests/cow.py +++ b/lib/bb/tests/cow.py @@ -1,3 +1,5 @@ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for Copy-on-Write (cow.py) # diff --git a/lib/bb/tests/data.py b/lib/bb/tests/data.py index b2ab8eeeb81..516158661ab 100644 --- a/lib/bb/tests/data.py +++ b/lib/bb/tests/data.py @@ -1,3 +1,5 @@ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for the Data Store (data.py/data_smart.py) # diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index e765ca79324..778d94f8727 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -1,3 +1,5 @@ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for the Fetcher (fetch2/) # diff --git a/lib/bb/tests/utils.py b/lib/bb/tests/utils.py index 9f60491b359..7c50b1d7867 100644 --- a/lib/bb/tests/utils.py +++ b/lib/bb/tests/utils.py @@ -1,3 +1,5 @@ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for utils.py # -- 2.47.3