diff --git a/.stylua.toml b/.stylua.toml index a2dd26b..a79b15d 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,6 +1,6 @@ column_width = 80 line_endings = "Unix" indent_type = "Spaces" -indent_width = 4 +indent_width = 2 quote_style = "AutoPreferSingle" call_parentheses = "Always"