Skip to content

Releases: RubixDev/dprint-plugin-stylua

dprint-plugin-stylua v0.2.1

31 Oct 11:07
Compare
Choose a tag to compare

Changelog

  • Use stable StyLua v0.15.2

Usage

{
  // ...etc...
  "includes": [
    "**/*.lua"
  ],
  "plugins": [
    "https://plugins.dprint.dev/RubixDev/stylua-v0.2.1.wasm"
  ],
  "stylua": {
    // config goes here
  }
}

dprint-plugin-stylua v0.2.0

27 Sep 18:04
Compare
Choose a tag to compare

Changelog

  • Enable Lua 5.2, 5.3, 5.4 and Luau support
  • Add update URL

Usage

{
  // ...etc...
  "includes": [
    "**/*.lua"
  ],
  "plugins": [
    "https://plugins.dprint.dev/RubixDev/stylua-v0.2.0.wasm"
  ],
  "stylua": {
    // config goes here
  }
}

dprint-plugin-stylua v0.1.0

25 Sep 18:12
Compare
Choose a tag to compare
{
  // ...etc...
  "includes": [
    "**/*.lua"
  ],
  "plugins": [
    "https://plugins.dprint.dev/RubixDev/stylua-v0.1.0.wasm"
  ],
  "stylua": {
    // config goes here
  }
}