From de7e4de9a0e9cc06f98ab3a0b73d3d62f7ccd781 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Tue, 27 Feb 2024 22:00:37 +0000 Subject: [PATCH] chore: format (#545) ## Changes --- .devcontainer/devcontainer.json | 24 +++---- release-please-config.json | 124 ++++++++++++++++---------------- 2 files changed, 73 insertions(+), 75 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ecd5f5a7cb..73cac8537e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,19 +1,19 @@ { - "name": "Rivet Dev", - "build": { - "dockerfile": "Dockerfile", - "context": "." - }, - "remoteUser": "root", - "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": { + "name": "Rivet Dev", + "build": { + "dockerfile": "Dockerfile", + "context": "." + }, + "remoteUser": "root", + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:2": { "moby": true, "azureDnsAutoDetection": true, "installDockerBuildx": true, "version": "latest", "dockerDashComposeVersion": "v2" }, - "ghcr.io/devcontainers/features/nix:1": { + "ghcr.io/devcontainers/features/nix:1": { "multiUser": true, "version": "latest" }, @@ -24,9 +24,7 @@ }, "customizations": { "vscode": { - "extensions": [ - "rust-lang.rust-analyzer" - ] + "extensions": ["rust-lang.rust-analyzer"] } } -} \ No newline at end of file +} diff --git a/release-please-config.json b/release-please-config.json index 6816efc575..bc9bff2c6b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,64 +1,64 @@ { - "changelog-sections": [ - { - "type": "feat", - "hidden": false, - "section": "Features" - }, - { - "type": "fix", - "hidden": false, - "section": "Bug Fixes" - }, - { - "type": "perf", - "hidden": false, - "section": "Performance Improvements" - }, - { - "type": "revert", - "hidden": false, - "section": "Reverts" - }, - { - "type": "docs", - "hidden": false, - "section": "Documentation" - }, - { - "type": "style", - "hidden": false, - "section": "Styles" - }, - { - "type": "refactor", - "hidden": false, - "section": "Code Refactoring" - }, - { - "type": "test", - "hidden": false, - "section": "Tests" - }, - { - "type": "build", - "hidden": false, - "section": "Build System" - }, - { - "type": "ci", - "hidden": false, - "section": "Continuous Integration" - }, - { - "type": "chore", - "hidden": false, - "section": "Chores" - }, - { - "type": "other", - "hidden": false, - "section": "Others" - } - ] + "changelog-sections": [ + { + "type": "feat", + "hidden": false, + "section": "Features" + }, + { + "type": "fix", + "hidden": false, + "section": "Bug Fixes" + }, + { + "type": "perf", + "hidden": false, + "section": "Performance Improvements" + }, + { + "type": "revert", + "hidden": false, + "section": "Reverts" + }, + { + "type": "docs", + "hidden": false, + "section": "Documentation" + }, + { + "type": "style", + "hidden": false, + "section": "Styles" + }, + { + "type": "refactor", + "hidden": false, + "section": "Code Refactoring" + }, + { + "type": "test", + "hidden": false, + "section": "Tests" + }, + { + "type": "build", + "hidden": false, + "section": "Build System" + }, + { + "type": "ci", + "hidden": false, + "section": "Continuous Integration" + }, + { + "type": "chore", + "hidden": false, + "section": "Chores" + }, + { + "type": "other", + "hidden": false, + "section": "Others" + } + ] }