Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Releases: dprint/dprint-plugin-rustfmt

0.6.2

24 Apr 01:12
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. Add a "rustfmt" configuration property if desired.

    {
      // ...etc...
      "rustfmt": {
        "brace_style": "AlwaysNextLine"
      },
      "includes": [
        "**/*.{rs}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/rustfmt-0.6.2.json@886c6f3161cf020c2d75160262b0f56d74a521e05cfb91ec4f956650c8ca76ca"
      ]
    }

0.6.1

27 Mar 23:25
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. Add a "rustfmt" configuration property if desired.

    {
      // ...etc...
      "rustfmt": {
        "brace_style": "AlwaysNextLine"
      },
      "includes": [
        "**/*.{rs}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/rustfmt-0.6.1.exe-plugin@99b89a0599fd3a63e597e03436862157901f3facae2f0c2fbd0b9f656cdbc2a5"
      ]
    }

0.6.0

26 Mar 23:49
6fb6a8c
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. Add a "rustfmt" configuration property if desired.

    {
      // ...etc...
      "rustfmt": {
        "brace_style": "AlwaysNextLine"
      },
      "includes": [
        "**/*.{rs}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/rustfmt-0.6.0.exe-plugin@8b65ed724170bd227e92a2f01d867e452ef7f26e78dc691999ffa37a276df27c"
      ]
    }

0.5.3

01 Feb 17:27
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. Add a "rustfmt" configuration property if desired.

    {
      // ...etc...
      "rustfmt": {
        "brace_style": "AlwaysNextLine"
      },
      "includes": [
        "**/*.{rs}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/rustfmt-0.5.3.exe-plugin@50d39f72a7be52d8a05d6099ed5fbbc1710b6acc57a5b389aabd0b9774ce6fde"
      ]
    }

0.5.2

01 Feb 17:13
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. Add a "rustfmt" configuration property if desired.

    {
      // ...etc...
      "rustfmt": {
        "brace_style": "AlwaysNextLine"
      },
      "includes": [
        "**/*.{rs}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/rustfmt-0.5.2.exe-plugin@9864332db8a2bd3aa2effc910d1f8f923b95dc3b71b1fe132377634d5b4ce706"
      ]
    }

0.5.1

30 Jan 21:37
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. Add a "rustfmt" configuration property if desired.

    {
      // ...etc...
      "rustfmt": {
        "brace_style": "AlwaysNextLine"
      },
      "includes": [
        "**/*.{rs}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/rustfmt-0.5.1.exe-plugin@c844fc16c507bba5ea99204b3e6e5a44d1c6a9be2577e63146515d769f06d8d3"
      ]
    }

0.4.0

23 May 20:49
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI >= 0.9.0

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

  2. Ensure the rs extension is matched in an "includes" pattern.

  3. Add a "rustfmt" configuration property if desired.

    {
      // ...etc...
      "rustfmt": {
        "brace_style": "AlwaysNextLine"
      },
      "includes": [
        "**/*.{rs}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/rustfmt-0.4.0.exe-plugin@c6bb223ef6e5e87580177f6461a0ab0554ac9ea6b54f78ea7ae8bf63b14f5bc2"
      ]
    }

0.3.0

09 Aug 03:38
Compare
Choose a tag to compare
chore(release): 0.3.0

0.2.0

04 Aug 00:15
Compare
Choose a tag to compare
feat: Actually upgrade dprint-core.

0.1.0

17 Jun 18:50
Compare
Choose a tag to compare
chore: Maybe fix CI.