diff --git a/.stylua.toml b/.stylua.toml index c32de68..543f16e 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,7 +1,12 @@ +syntax = "LuaJIT" column_width = 120 line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferDouble" -no_call_parentheses = false -syntax = "Lua52" +call_parentheses = "Always" +space_after_function_names = "Never" +collapse_simple_statement = "Never" + +[sort_requires] +enabled = false