scripts: Change tabstop to softtabstop in our modelines

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-03-11 19:26:49 -04:00
parent ecd2c63650
commit 150f29dbde
8 changed files with 12 additions and 11 deletions

View File

@ -329,7 +329,6 @@ if __name__ == '__main__':
import supybot.plugins.Owner as Owner
owner = Owner.Class()
#irclib._callbacks.append(owner)
if options.profile:
import profile
@ -339,4 +338,4 @@ if __name__ == '__main__':
main()
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

View File

@ -99,7 +99,7 @@ def main():
password = getpass('What is %s\'s password? ' % name)
else:
password = options.password
if not options.capabilities:
capabilities = []
prompt = 'Would you like to give %s a capability?' % name
@ -125,3 +125,5 @@ if __name__ == '__main__':
main()
except KeyboardInterrupt:
pass
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

View File

@ -129,5 +129,5 @@ if __name__ == '__main__':
sys.exit(ret)
else:
sys.exit(0)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

View File

@ -105,7 +105,7 @@ class %s(callbacks.Plugin):
Class = %s
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
'''.lstrip() # This removes the newlines that precede and follow the text.
configTemplate = '''
@ -282,4 +282,4 @@ if __name__ == '__main__':
finished. Obviously, nothing was written, but just run this script
again whenever you want to generate a template for a plugin.""")
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

View File

@ -241,4 +241,4 @@ if __name__ == '__main__':
shutil.rmtree(conf.supybot.directories.conf())
shutil.rmtree(conf.supybot.directories.data())
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=78:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=78:

View File

@ -51,4 +51,4 @@ if __name__ == '__main__':
tf.add(dirname, basename, True)
tf.close()
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

View File

@ -203,4 +203,4 @@ if __name__ == '__main__':
if hasattr(unittest, 'asserts'):
print 'Total asserts: %s' % unittest.asserts
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

View File

@ -670,4 +670,4 @@ if __name__ == '__main__':
it was done. Unfortunately, I didn't get to write anything to file.
Please run the wizard again to completion.""")
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: