From 9dbbd6742d78dd3bee6eb8b15d4c40fe93bbb938 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Thu, 28 Nov 2024 10:59:14 -0800 Subject: [PATCH] chore: Update Stylua config --- .stylua.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.stylua.toml b/.stylua.toml index 4fe0607..d68fc64 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,6 +1,12 @@ +syntax = "Lua51" +column_width = 80 line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferSingle" -call_parentheses = "NoSingleTable" -# collapse_simple_statement = "Never" +call_parentheses = "Always" +space_after_function_names = "Never" +collapse_simple_statement = "Never" + +[sort_requires] +enabled = true