Hello there!
So when coding with Lua, when I create a table using the {} braces, It puts it like this:
local sometable = {
[1] = {
from = "Some Value",
to = "Some Other Value",
text = {
} -- <- What is this?
},
[2] = {[...]}
}
So I was wondering if there was an option to put it like one tab farther so it makes sense
Thanks for the support,
Cheers!
