.stylua indent_width set to 4

This commit is contained in:
ImNotTwig 2023-09-21 00:35:48 -05:00
parent d16512ba16
commit 5d6156706c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
indent_width = 4
quote_style = "AutoPreferDouble"
no_call_parentheses = true