Skip to content

Commit a6c1806

Browse files
committed
chore: add stylua config
1 parent 9e7f8fb commit a6c1806

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stylua.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
call_parentheses = "Always"
2+
collapse_simple_statement = "ConditionalOnly"
3+
column_width = 120
4+
indent_type = "Spaces"
5+
indent_width = 2
6+
line_endings = "Unix"
7+
quote_style = "AutoPreferDouble"

0 commit comments

Comments
 (0)