10 lines
179 B
Text
10 lines
179 B
Text
root = true
|
|
[*.lua]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
tab_width = 4
|
|
quote_style = single
|
|
insert_final_newline = true
|
|
call_arg_parentheses = keep
|
|
table_separator_style = comma
|