Format Lua code through dprint using StyLua
Add the plugin to your config file by running
dprint config add RubixDev/stylua.
Don't forget to add lua to your includes pattern.
| Name | Type | Default | Possible values |
|---|---|---|---|
| lineWidth | u32 | global config or 120 |
0 — 4294967295 |
| useTabs | bool | global config or false |
true, false |
| indentWidth | u8 | global config or 2 |
0 — 255 |
| newLineKind | NewLineKind | global config or lf |
auto, lf, crlf, system |
| verify | bool | false |
true, false |
| quoteStyle | QuoteStyle | AutoPreferDouble |
AutoPreferDouble, AutoPreferSingle, ForceDouble, ForceSingle |
| callParenetheses | CallParenType | Always |
Always, NoSingleString, NoSingleTable, Input, None |
| collapseSimpleStatement | CollapseSimpleStatement | Never |
Never, FunctionOnly, ConditionalOnly, Always |
| sortRequires | bool | false |
true, false |
Also have a look at the StyLua configuration.