We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811be9e commit f7222c5Copy full SHA for f7222c5
1 file changed
README.md
@@ -20,8 +20,9 @@ Don't forget to add `lua` to your `includes` pattern.
20
| newLineKind | NewLineKind | global config or `lf` | `auto`, `lf`, `crlf`, `system` |
21
| verify | bool | `false` | `true`, `false` |
22
| quoteStyle | QuoteStyle | `AutoPreferDouble` | `AutoPreferDouble`, `AutoPreferSingle`, `ForceDouble`, `ForceSingle` |
23
-| callParanetheses | CallParenType | `Always` | `Always`, `NoSingleString`, `NoSingleTable`, `None` |
+| callParenetheses | CallParenType | `Always` | `Always`, `NoSingleString`, `NoSingleTable`, `Input`, `None` |
24
| collapseSimpleStatement | CollapseSimpleStatement | `Never` | `Never`, `FunctionOnly`, `ConditionalOnly`, `Always` |
25
+| sortRequires | bool | `false` | `true`, `false` |
26
27
Also have a look at the
28
[StyLua configuration](https://github.com/JohnnyMorganz/StyLua#options).
0 commit comments