Skip to content

Commit 323e98f

Browse files
committed
style: add .stylua.toml configuration for code formatting
1 parent b23ac17 commit 323e98f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.stylua.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)