Skip to content

Commit

Permalink
docs(readme): adds shield badges for project
Browse files Browse the repository at this point in the history
  • Loading branch information
isbecker committed Jun 25, 2024
1 parent 6fa8546 commit 56a57c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Treefmt VS Code Extension

<p align="center">

<a href="https://github.com/isbecker/treefmt-vscode/actions/workflows/release.yml">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/isbecker/treefmt-vscode/release.yml"></a>
<a href="https://github.com/isbecker/treefmt-vscode/releases">
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/isbecker/treefmt-vscode">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=ibecker.treefmt-vscode">
<img alt="VS Code Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/ibecker.treefmt-vscode"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=ibecker.treefmt-vscode">
<img alt="VS Code Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/i/ibecker.treefmt-vscode"></a>
</p>

This VS Code extension provides integration with [treefmt](https://github.com/numtide/treefmt), a multi-language code formatter. It allows you to format your code based on the configuration defined in your `treefmt.toml` file.

## Features
Expand Down

0 comments on commit 56a57c7

Please sign in to comment.