From aa5717f00fd14430c80939a68d7107c26de6e554 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 20 Jan 2026 15:55:27 -0500 Subject: first commit --- stylua.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stylua.toml (limited to 'stylua.toml') diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..4ac5841 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,12 @@ +call_parentheses = "Always" +collapse_simple_statement = "Always" +column_width = 80 +indent_type = "Spaces" +indent_width = 4 +line_endings = "Unix" +quote_style = "AutoPreferDouble" +space_after_function_names = "Never" +syntax = "LuaJIT" + +[sort_requires] +enabled = true -- cgit v1.2.3-71-gdd5e