Skip to content

dprint-plugin-stylua v0.2.0

Compare
Choose a tag to compare
@RubixDev RubixDev released this 27 Sep 18:04
· 5 commits to main since this release

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
  }
}