]> www.wagner.pp.ru Git - oss/ljdump.git/commitdiff
Add vim modeline for ljdump.py
authorTom Parker <palfrey@tevp.net>
Mon, 13 Apr 2009 23:52:14 +0000 (07:52 +0800)
committerGreg Hewgill <greg@hewgill.com>
Mon, 4 May 2009 11:38:59 +0000 (19:38 +0800)
ljdump.py is written with expanded (i.e. spaces for tabs) 4-space tabs,
which isn't the same as everyone's (certianly not my) default settings.
This patch adds a vim modeline to the end of the file to force a change in
settings for this file

Signed-off-by: Greg Hewgill <greg@hewgill.com>
ljdump.py

index 3e9a970e7d5fb3a71c9eabf3cc02057d9b5cb912..7ec77f2689b3781d239d81c681d53a94f36374fe 100755 (executable)
--- a/ljdump.py
+++ b/ljdump.py
@@ -379,3 +379,4 @@ if __name__ == "__main__":
             ljdump(server, username, password, journal)
         else:
             ljdump(server, username, password, username)
+# vim:ts=4 et: