Skip to content

Commit 2b62e99

Browse files
committed
chore: add stylua configuration for formatting code in docs
1 parent a2a1755 commit 2b62e99

15 files changed

+396
-241
lines changed

.stylua.toml

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

0 commit comments

Comments
 (0)