From 4ea34f7b9bd15f2f32cf6bcc3e4108434ffc0861 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Wed, 20 Nov 2024 11:37:03 -0500 Subject: [PATCH] stylua config --- .config/nvim/.stylua.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/nvim/.stylua.toml b/.config/nvim/.stylua.toml index f4c1cee..dbe4137 100644 --- a/.config/nvim/.stylua.toml +++ b/.config/nvim/.stylua.toml @@ -1,6 +1,12 @@ +syntax = "All" column_width = 120 line_endings = "Unix" indent_type = "Spaces" indent_width = 3 quote_style = "AutoPreferDouble" -call_parentheses = "None" +call_parentheses = "Always" +space_after_function_names = "Never" +collapse_simple_statement = "ConditionalOnly" + +[sort_requires] +enabled = false