Hi,
I'm using textmate for my python work. Templates are good but i can't replace spaces increment by tabulation :
if __name__ == '__main__': (_ _ _ _) main() # spaces
if __name__ == '__main__': (tabulation) main()
I must change it manually each time...
How to do that with bundle editor ?
Thx, C.