forked from rojo-rbx/rojo
Stylua formatting (#785)
Uses Stylua to format all existing Lua files, and adds a CI check in `lint` to pin this improvement. Excludes formatting dependencies, of course.
This commit is contained in:
@@ -264,7 +264,7 @@ return function()
|
||||
ClassName = "Folder",
|
||||
Name = "Folder",
|
||||
Properties = {},
|
||||
Children = {"CHILD"},
|
||||
Children = { "CHILD" },
|
||||
},
|
||||
|
||||
CHILD = {
|
||||
|
||||
Reference in New Issue
Block a user