Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 2/5] catalyst: Drop stray vim modeline
Date: Fri, 23 Oct 2020 04:50:25
Message-Id: 20201023045018.567245-2-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/5] catalyst: Fix indentation by Matt Turner
1 This was the only one in catalyst. We should have an EditorConfig file
2 instead.
3
4 Signed-off-by: Matt Turner <mattst88@g.o>
5 ---
6 catalyst/base/stagebase.py | 2 --
7 1 file changed, 2 deletions(-)
8
9 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
10 index 603e49d9..e71ce344 100644
11 --- a/catalyst/base/stagebase.py
12 +++ b/catalyst/base/stagebase.py
13 @@ -1611,5 +1611,3 @@ class StageBase(TargetBase, ClearBase, GenBase):
14 @staticmethod
15 def _debug_pause_():
16 input("press any key to continue: ")
17 -
18 -# vim: ts=4 sw=4 sta et sts=4 ai
19 --
20 2.26.2