mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 22:27:19 +02:00
25 lines
499 B
JSON
25 lines
499 B
JSON
{
|
|
"author": {
|
|
"from_git": false,
|
|
"name": "winapps-org",
|
|
"latest_year_only": true
|
|
},
|
|
"title": false,
|
|
"style_override_for_suffix": {
|
|
".yaml": "POUND_STYLE",
|
|
".ps1": "POUND_STYLE",
|
|
".bat": "BATCH_STYLE",
|
|
"": "POUND_STYLE"
|
|
},
|
|
"exclude": [
|
|
"^\\.[^/]+",
|
|
"/\\.[^/]+",
|
|
"^(.+)\\.(md|svg|png|reg|gif)",
|
|
"^fonts(/.*)?"
|
|
],
|
|
"license": false,
|
|
"force_author": false,
|
|
"force_license": false,
|
|
"custom_license": "SPDX-License-Identifier: Unlicense"
|
|
}
|