summaryrefslogtreecommitdiff
path: root/stylua.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stylua.toml')
-rw-r--r--stylua.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylua.toml b/stylua.toml
index 87ca309..4d05e7c 100644
--- a/stylua.toml
+++ b/stylua.toml
@@ -1,5 +1,5 @@
column_width = 80
line_endings = "Unix"
-indent_type = "Tabs"
-indent_width = 2
+indent_type = "Spaces"
+indent_width = 3
quote_style = "AutoPreferDouble"