@@ -1,10 +1,6 @@
 <!-- See http://www.sublimetext.com/docs/snippets for more information -->
 <snippet>
-    <content>
-		<![CDATA[
-			import ipdb, os; os.system("stty sane"); ipdb.set_trace()
-		]]>
-	</content>
+    <content><![CDATA[import ipdb, os; os.system("stty sane"); ipdb.set_trace()]]></content>
     <tabTrigger>ipdb</tabTrigger>
     <scope>source.python</scope>
     <description>ipdb debug tool</description>