akalongman / akalongman/sublimetext-codeformatter
<script> tag in HTML whacky formatting
Ouverte
bug
html
- Langage dominant
- Python
- Étoiles
- 772
- Forks
- 128
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I have an html file with a tag:
<script>
Polymer({
getMapOptions: function() {
var mapOptions = this.super();
mapOptions["streetViewControl"] = false;
return mapOptions;
}
});
Every time I format the file, everything inside the script tag gets pushed to the right 2 spaces. It does not actually format, it just adds 2 spaces.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.