diff options
Diffstat (limited to 'stylua.toml')
-rw-r--r-- | stylua.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylua.toml b/stylua.toml index 5a4c161..ddca055 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,5 +1,5 @@ column_width = 80 indent_type = "Spaces" -indent_width = 2 +indent_width = 4 quote_style = "AutoPreferDouble" no_call_parentheses = false |