c076154c72
Signed-off-by: prescientmoon <git@moonythm.dev>
16 lines
537 B
JSON
16 lines
537 B
JSON
{
|
|
"files": ["README.md"],
|
|
"imageSize": 100,
|
|
"contributorsPerLine": 7,
|
|
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
|
|
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
|
|
"types": {
|
|
"custom": {
|
|
"symbol": "🔭",
|
|
"description": "A custom contribution type.",
|
|
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
|
}
|
|
},
|
|
"skipCi": "true",
|
|
"contributors": []
|
|
} |