From: Jukka Kurkela Date: Wed, 21 Oct 2020 17:30:55 +0000 (+0300) Subject: Add *.json to .editorconfig (#7941) X-Git-Tag: v3.0.0-beta.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a93d976c46026d5f283de3570cd4ada8f9fdee;p=thirdparty%2FChart.js.git Add *.json to .editorconfig (#7941) * Add *.json to .editorconfig * Modify bundlewatch --- diff --git a/.editorconfig b/.editorconfig index a7062a2cc..efa08f801 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ insert_final_newline = true [*.yml] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 2 diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 0046ac2b8..310133775 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -1,7 +1,7 @@ -name: "Bundlewatch Github Action" +name: "Bundlewatch" on: - pull_request: + pull_request_target: types: [synchronize, opened, reopened] push: branches: