Add *.json to .editorconfig (#7941)

* Add *.json to .editorconfig

* Modify bundlewatch
This commit is contained in:
Jukka Kurkela 2020-10-21 20:30:55 +03:00 committed by GitHub
parent fc5bbd7a0b
commit 33a93d976c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -12,3 +12,7 @@ insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2

View File

@ -1,7 +1,7 @@
name: "Bundlewatch Github Action"
name: "Bundlewatch"
on:
pull_request:
pull_request_target:
types: [synchronize, opened, reopened]
push:
branches: