stylua: standardize call_parentheses=Always across lua configs

This commit is contained in:
2026-06-05 01:59:01 +02:00
parent e713d2bac6
commit 8c411cd44e
3 changed files with 15 additions and 1 deletions
+7
View File
@@ -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"
+1 -1
View File
@@ -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"
+7
View File
@@ -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"