We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9476a commit 279330eCopy full SHA for 279330e
.stylua.toml
@@ -1,8 +1,9 @@
1
+line_endings = "Unix"
2
+quote_style = "AutoPreferDouble"
3
+
4
call_parentheses = "Always"
5
collapse_simple_statement = "Always"
-column_width = 79
6
7
indent_type = "Spaces"
8
indent_width = 2
-line_endings = "Unix"
-quote_style = "AutoPreferDouble"
-remove_trailing_separators = false
9
+column_width = 79
0 commit comments