Add CI format check script

This commit is contained in:
nitrohorse
2019-08-03 18:18:03 -07:00
parent 81a0fd91c2
commit 4c44a3c510
6 changed files with 842 additions and 9 deletions

6
.jsbeautifyrc Normal file
View File

@@ -0,0 +1,6 @@
{
"html": {
"indent_with_tabs": true,
"indent_handlebars": true
}
}