Cargo Features
[dependencies]
dprint-plugin-stylua = { version = "0.2.1", default-features = false, features = ["lua52", "lua53", "lua54", "luau"] }
- default = lua52, lua53, lua54, luau
-
These default features are set whenever
dprint-plugin-stylua
is added without
somewhere in the dependency tree.default-features = false - lua52 default
-
Enables lua52 of stylua ^0.15.2
- lua53 default
-
Enables lua53 of stylua ^0.15.2
- lua54 default
-
Enables lua54 of stylua ^0.15.2
- luau default
-
Enables luau of stylua ^0.15.2
dprint-plugin-stylua has 5 features without comments.