akalongman / akalongman/sublimetext-codeformatter
<script> tag in HTML whacky formatting
Abierto
bug
html
- Lenguaje dominante
- Python
- Estrellas
- 772
- Forks
- 128
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.