[TxMt] Reformat HTML

Michael Evans-Brown michael at stoichiometry.net
Tue Apr 12 14:09:11 UTC 2005


Is there anyway for TextMate to reformat HTML - in a similar fashion to 
Dreamweaver's "Apply Source Formatting" command, or Omniweb's 
"Reformat" command, so that you go from:

<html>
<head>
<title>Empty Document</title>
</head>
<body>
</body>
</html>

to:

<html>
	<head>
		<title>
			Empty Document
		</title>
	</head>
	<body>
	</body>
</html>

Mike




More information about the textmate mailing list