Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add dprint/dprint #4511

Merged
merged 1 commit into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkgs/dprint/dprint/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: dprint/dprint@0.30.0
15 changes: 15 additions & 0 deletions pkgs/dprint/dprint/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
packages:
- type: github_release
repo_owner: dprint
repo_name: dprint
asset: dprint-{{.Arch}}-{{.OS}}.zip
description: Pluggable and configurable code formatting platform written in Rust
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
supported_envs:
- darwin
- amd64
14 changes: 14 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2467,6 +2467,20 @@ packages:
version_overrides:
- version_constraint: 'semver("< 2.1.0")'
supported_envs: ["darwin", "linux/amd64"]
- type: github_release
repo_owner: dprint
repo_name: dprint
asset: dprint-{{.Arch}}-{{.OS}}.zip
description: Pluggable and configurable code formatting platform written in Rust
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
supported_envs:
- darwin
- amd64
- type: github_release
repo_owner: dstotijn
repo_name: hetty
Expand Down