Skip to content

Commit f7222c5

Browse files
committed
Updated README
1 parent 811be9e commit f7222c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Don't forget to add `lua` to your `includes` pattern.
2020
| newLineKind | NewLineKind | global config or `lf` | `auto`, `lf`, `crlf`, `system` |
2121
| verify | bool | `false` | `true`, `false` |
2222
| quoteStyle | QuoteStyle | `AutoPreferDouble` | `AutoPreferDouble`, `AutoPreferSingle`, `ForceDouble`, `ForceSingle` |
23-
| callParanetheses | CallParenType | `Always` | `Always`, `NoSingleString`, `NoSingleTable`, `None` |
23+
| callParenetheses | CallParenType | `Always` | `Always`, `NoSingleString`, `NoSingleTable`, `Input`, `None` |
2424
| collapseSimpleStatement | CollapseSimpleStatement | `Never` | `Never`, `FunctionOnly`, `ConditionalOnly`, `Always` |
25+
| sortRequires | bool | `false` | `true`, `false` |
2526

2627
Also have a look at the
2728
[StyLua configuration](https://github.com/JohnnyMorganz/StyLua#options).

0 commit comments

Comments
 (0)