akalongman / akalongman/sublimetext-codeformatter
<script> tag in HTML whacky formatting
Aberta
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
Avaliação
Esta issue ainda não foi avaliada.