keyoxide-web/license-checker-config.json

19 lines
391 B
JSON
Raw Permalink Normal View History

2020-07-30 03:31:18 -06:00
{
"ignore": ".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
},
2020-07-30 04:00:51 -06:00
"dotfile|licenseignore|gitignore|yml": {
2020-07-30 03:59:34 -06:00
"eachLine": {
"prepend": "# "
}
}
}
2020-07-30 03:31:18 -06:00
}