chore: adds a check for properly formatted files (#5624)

* chore: add check for clang format

* chore: updates clang format script
This commit is contained in:
alschmiedt
2021-10-25 11:43:59 -07:00
committed by GitHub
parent 52c0427d85
commit 8a89e080fd
5 changed files with 1014 additions and 7 deletions

View File

@@ -37,7 +37,7 @@
"checkin:typings": "gulp checkinTypings",
"deployDemos": "gulp deployDemos",
"deployDemos:beta": "gulp deployDemosBeta",
"format": "git-clang-format",
"format": "gulp clangFormat",
"format:sortrequires": "gulp sortRequires",
"generate:langfiles": "gulp generateLangfiles",
"license": "gulp checkLicenses",
@@ -78,6 +78,7 @@
"google-closure-compiler": "^20211006.0.0",
"google-closure-deps": "^20210808.0.0",
"gulp": "^4.0.2",
"gulp-clang-format": "^1.0.27",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",