Skip to content

Commit d704321

Browse files
authored
Merge pull request #9 from seflue/style/add-stylua
chore: add stylua config for unified styling
2 parents 2e0d8e6 + 3a82b6e commit d704321

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stylua.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
column_width = 120
2+
line_endings = "Unix"
3+
indent_type = "Spaces"
4+
indent_width = 2
5+
quote_style = "AutoPreferSingle"
6+
call_parentheses = "Always"

0 commit comments

Comments
 (0)