Skip to content

Commit c821b8d

Browse files
committed
looks right
1 parent 89b1b1f commit c821b8d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.darklua.json5

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"generator": {
3-
"name": "retain_lines",
3+
"name": "readable",
44
"column_span": 80
55
},
66
"bundle": {
7-
"require_mode": {"name": "path"},
7+
"require_mode": {
8+
"name": "path",
9+
"sources": {
10+
"Module:": "./"
11+
}
12+
},
813
"excludes": ["Module:*"]
914
},
1015
"rules": [

modules/obbywiki.com/PlayerInfobox/PlayerInfobox.module.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- inspired by scw
22

33
-- infobox should cover all use cases like developers, community, content creators, etc.
4-
-- 10
4+
-- 11
55

66
local PlayerInfobox = {}
77

0 commit comments

Comments
 (0)