Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4a3b5f

Browse files
authoredNov 9, 2024··
Merge pull request #105 from ashblue/develop
Release
2 parents ce750b6 + e1d3c08 commit c4a3b5f

File tree

280 files changed

+12504
-7167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+12504
-7167
lines changed
 

‎.all-contributorsrc

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,64 @@
6363
"contributions": [
6464
"code"
6565
]
66+
},
67+
{
68+
"login": "hookSSi",
69+
"name": "Sounghoo",
70+
"avatar_url": "https://avatars.githubusercontent.com/u/12372136?v=4",
71+
"profile": "https://github.com/hookSSi",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "TNThomas",
78+
"name": "TNThomas",
79+
"avatar_url": "https://avatars.githubusercontent.com/u/9881915?v=4",
80+
"profile": "https://github.com/TNThomas",
81+
"contributions": [
82+
"bug",
83+
"code"
84+
]
85+
},
86+
{
87+
"login": "Ownez",
88+
"name": "Ownez",
89+
"avatar_url": "https://avatars.githubusercontent.com/u/10993641?v=4",
90+
"profile": "https://github.com/Ownez",
91+
"contributions": [
92+
"code"
93+
]
94+
},
95+
{
96+
"login": "angstr0m",
97+
"name": "angstr0m",
98+
"avatar_url": "https://avatars.githubusercontent.com/u/733176?v=4",
99+
"profile": "https://github.com/angstr0m",
100+
"contributions": [
101+
"bug"
102+
]
103+
},
104+
{
105+
"login": "darkgnostic",
106+
"name": "Izzy",
107+
"avatar_url": "https://avatars.githubusercontent.com/u/4980221?v=4",
108+
"profile": "https://github.com/darkgnostic",
109+
"contributions": [
110+
"bug"
111+
]
112+
},
113+
{
114+
"login": "JeremyVansnick",
115+
"name": "JeremyVansnick",
116+
"avatar_url": "https://avatars.githubusercontent.com/u/23563794?v=4",
117+
"profile": "https://github.com/JeremyVansnick",
118+
"contributions": [
119+
"code"
120+
]
66121
}
67122
],
68-
"contributorsPerLine": 7
123+
"contributorsPerLine": 7,
124+
"skipCi": true,
125+
"commitType": "docs"
69126
}

‎.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ trim_trailing_whitespace = true
1111
[*.md]
1212
max_line_length = off
1313
trim_trailing_whitespace = false
14+
15+
[manifest.json]
16+
indent_size = 2

0 commit comments

Comments
 (0)
Please sign in to comment.