diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2014-01-14 12:50:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-27 21:01:04 +0000 |
commit | 15e52903fa2373b81345cf1e293e7b60ae122a91 (patch) | |
tree | a993de7eaa20f64c4e5c3132138c72fb6bdd5690 /bitbake/lib/toaster/bldviewer/api.py | |
parent | 731a0ac2c8ee7f09c24e30b01ac6e3aeaeb1fd08 (diff) | |
download | poky-15e52903fa2373b81345cf1e293e7b60ae122a91.tar.gz |
bitbake: toaster: add vim modelines for .py files
No-op patch that adds vim modelines for all .py files
intended to be user-edited.
(Bitbake rev: 73271a7c6f1913c68a4b39ab86414f44acc04776)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/api.py')
-rw-r--r-- | bitbake/lib/toaster/bldviewer/api.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldviewer/api.py b/bitbake/lib/toaster/bldviewer/api.py index a586734eb9..596e6a93c6 100644 --- a/bitbake/lib/toaster/bldviewer/api.py +++ b/bitbake/lib/toaster/bldviewer/api.py | |||
@@ -1,4 +1,7 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
2 | # BitBake Toaster Implementation | 5 | # BitBake Toaster Implementation |
3 | # | 6 | # |
4 | # Copyright (C) 2013 Intel Corporation | 7 | # Copyright (C) 2013 Intel Corporation |