We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.stylua.toml
1 parent b23ac17 commit 323e98fCopy full SHA for 323e98f
1 file changed
.stylua.toml
@@ -0,0 +1,10 @@
1
+syntax = "Luau"
2
+column_width = 80
3
+line_endings = "Unix"
4
+indent_type = "Spaces"
5
+indent_width = 2
6
+quote_style = "AutoPreferDouble"
7
+call_parentheses = "Always"
8
+collapse_simple_statement = "Never"
9
+space_after_function_names = "Never"
10
+block_newline_gaps = "Never"
0 commit comments