From 8c411cd44e77833e3909bdedc015331bdcb80543 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Fri, 5 Jun 2026 01:59:01 +0200 Subject: [PATCH] stylua: standardize call_parentheses=Always across lua configs --- dot_config/hypr/dot_stylua.toml | 7 +++++++ dot_config/nvim/dot_stylua.toml | 2 +- dot_config/owlry/dot_stylua.toml | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 dot_config/hypr/dot_stylua.toml create mode 100644 dot_config/owlry/dot_stylua.toml diff --git a/dot_config/hypr/dot_stylua.toml b/dot_config/hypr/dot_stylua.toml new file mode 100644 index 0000000..b2befb4 --- /dev/null +++ b/dot_config/hypr/dot_stylua.toml @@ -0,0 +1,7 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "Always" +collapse_simple_statement = "Always" diff --git a/dot_config/nvim/dot_stylua.toml b/dot_config/nvim/dot_stylua.toml index bfcffff..b2befb4 100644 --- a/dot_config/nvim/dot_stylua.toml +++ b/dot_config/nvim/dot_stylua.toml @@ -3,5 +3,5 @@ line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferDouble" -call_parentheses = "None" +call_parentheses = "Always" collapse_simple_statement = "Always" diff --git a/dot_config/owlry/dot_stylua.toml b/dot_config/owlry/dot_stylua.toml new file mode 100644 index 0000000..b2befb4 --- /dev/null +++ b/dot_config/owlry/dot_stylua.toml @@ -0,0 +1,7 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "Always" +collapse_simple_statement = "Always"