Skip to content

Commit d3ed4d9

Browse files
committed
chore(stylua): trim config to defaults and drop sort_requires
1 parent 86f42b6 commit d3ed4d9

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

stylua.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
syntax = "Luau"
2-
column_width = 120
3-
line_endings = "Unix"
4-
indent_type = "Tabs"
5-
indent_width = 4
6-
quote_style = "AutoPreferDouble"
7-
call_parentheses = "Always"
8-
collapse_simple_statement = "Never"
9-
space_after_function_names = "Never"
10-
11-
[sort_requires]
12-
enabled = true
1+
syntax = "Luau"

0 commit comments

Comments
 (0)