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"