Add HTML formatter: js-beautify #12

Merged
vitaly-zdanevich merged 4 commits from master into master 2021-07-06 06:28:47 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 01302ed713 - Show all commits

View file

@ -1,3 +1,4 @@
{
"indent_size": 2
"indent_size": 2,
"end_with_newline": true
}

View file

@ -14,7 +14,7 @@
"js-beautify": "^1.14.0"
},
"scripts": {
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md"
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md; js-beautify -r templates/base.html"
},
"repository": {
"type": "git",