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