akalongman / akalongman/sublimetext-codeformatter
<script> tag in HTML whacky formatting
Open
bug
html
- Dominant language
- Python
- Stars
- 772
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Assessment
This issue has not been assessed yet.