Skip to content

Commit 1484c7b

Browse files
committed
style: add missing whitespaces and introduce .stylua.toml file
1 parent 64140ca commit 1484c7b

2 files changed

Lines changed: 80 additions & 53 deletions

File tree

.stylua.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
syntax = "Lua51"
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"
11+
remove_trailing_whitespace = true

0 commit comments

Comments
 (0)