diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a8d7911dd..dc8dc888ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1395,7 +1395,7 @@ jobs: - name: Install taplo uses: taiki-e/install-action@v2 with: - tool: taplo-cli@0.8 + tool: taplo-cli - name: Run TOML formatting checks run: | taplo fmt diff --git a/.taplo.toml b/.taplo.toml index ee5d9465e9..4d8e41e5dc 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -11,3 +11,4 @@ keys = [ [rule.formatting] column_width = 160 +reorder_keys = true diff --git a/ci/actions-templates/centos-fmt-clippy-template.yaml b/ci/actions-templates/centos-fmt-clippy-template.yaml index 635edf2ac2..c3ddd5e980 100644 --- a/ci/actions-templates/centos-fmt-clippy-template.yaml +++ b/ci/actions-templates/centos-fmt-clippy-template.yaml @@ -68,7 +68,7 @@ jobs: # skip-all - name: Install taplo uses: taiki-e/install-action@v2 with: - tool: taplo-cli@0.8 + tool: taplo-cli - name: Run TOML formatting checks run: | taplo fmt