Add HTML formatter: js-beautify #12

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

3
.jsbeautifyrc Normal file
View file

@ -0,0 +1,3 @@
{
"indent_size": 2
}

2923
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,5 +24,8 @@
"bugs": {
"url": "https://github.com/organicmaps/organicmaps.github.io/issues"
},
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme"
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme",
"dependencies": {
"js-beautify": "^1.14.0"
}
}