akalongman / akalongman/sublimetext-codeformatter

<script> tag in HTML whacky formatting

Abierto
#137 2 comentarios 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.