Lua runner with rich builtin stdlib
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
column_width = 120
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 4
|
|
quote_style = "AutoPreferDouble"
|
|
call_parentheses = "Input"
|
|
# never allow `if x then y end` on one line — always expand after then/do
|
|
collapse_simple_statement = "Never"
|
|
|