Skip to content

Commit b977c94

Browse files
chore: update stylua
1 parent d77ded4 commit b977c94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.stylua.toml

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

88
[sort_requires]
99
enabled = true

0 commit comments

Comments
 (0)