akalongman / akalongman/sublimetext-codeformatter

<script> tag in HTML whacky formatting

Aberta
#137 2 comentários 0 reações 0 responsáveis Ver no GitHub
bug html
Linguagem predominante
Python
Estrelas
772
Forks
128
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.