Skip to content

dprint-plugin-stylua v0.2.1

Latest
Compare
Choose a tag to compare
@RubixDev RubixDev released this 31 Oct 11:07
· 4 commits to main since this release

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