Skip to content

Commit e8a243a

Browse files
authored
Merge pull request #44 from DrKJeff16/fix/stylua
chore: update StyLua config
2 parents db9498b + f8a7a00 commit e8a243a

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.stylua.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
syntax = "LuaJIT"
12
column_width = 120
23
line_endings = "Unix"
34
indent_type = "Spaces"
45
indent_width = 2
56
quote_style = "AutoPreferDouble"
6-
no_call_parentheses = false
7-
syntax = "Lua52"
7+
call_parentheses = "Always"
8+
space_after_function_names = "Never"
9+
collapse_simple_statement = "Never"
10+
11+
[sort_requires]
12+
enabled = false

0 commit comments

Comments
 (0)