keyoxide-web/license-checker-config.json

20 lines
400 B
JSON
Raw Permalink Normal View History

2020-07-30 03:31:18 -06:00
{
2022-02-25 03:30:09 -07:00
"ignoreFile": ".licenseignore",
2020-07-30 03:59:34 -06:00
"license": "LICENSE.HEADER",
"licenseFormats": {
"php": {
2020-07-30 16:34:09 -06:00
"prepend": "<?php",
"append": "?>",
"eachLine": {
"prepend": "// "
}
2020-07-30 03:59:34 -06:00
},
2022-02-25 03:30:09 -07:00
"dotfile|yml": {
2020-07-30 03:59:34 -06:00
"eachLine": {
"prepend": "# "
}
}
2022-02-25 03:30:09 -07:00
},
"regexIdentifier": "##"
2020-07-30 03:31:18 -06:00
}