Skip to content

Commit

Permalink
Merge pull request #3 from mtanzi/master
Browse files Browse the repository at this point in the history
Thank you!
  • Loading branch information
donaldpipowitch committed Mar 18, 2014
2 parents e6623ee + 49dc3fa commit f714ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/atom-beautify.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function beautify() {
text = beautifyJS(text, beautifyOptions);
break;
case 'HTML':
case 'XML':
text = beautifyHTML(text, beautifyOptions);
break;
case 'CSS':
Expand Down

0 comments on commit f714ab1

Please sign in to comment.