Skip to content

Commit

Permalink
Add HTML formatter: js-beautify (organicmaps#12)
Browse files Browse the repository at this point in the history
* Add HTML formatter: js-beautify

https://www.npmjs.com/package/js-beautify
Signed-off-by: Vitaly Zdanevich <[email protected]>

* package.json: dependency move to dev

Signed-off-by: Vitaly Zdanevich <[email protected]>

* HTML formatter: add `"end_with_newline": true` and npm run format

Signed-off-by: Vitaly Zdanevich <[email protected]>

* npm scripts ; to &&

Signed-off-by: Vitaly Zdanevich <[email protected]>
  • Loading branch information
vitaly-zdanevich authored Jul 6, 2021
1 parent ee8918c commit f50bb09
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 2,821 deletions.
4 changes: 4 additions & 0 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"indent_size": 2,
"end_with_newline": true
}
Loading

0 comments on commit f50bb09

Please sign in to comment.