keyoxide-web/license-checker-config.json

19 lines
391 B
JSON
Raw Permalink Normal View History

2020-07-30 11:31:18 +02:00
{
"ignore": ".licenseignore",
2020-07-30 11:59:34 +02:00
"license": "LICENSE.HEADER",
"licenseFormats": {
"php": {
2020-07-31 00:34:09 +02:00
"prepend": "<?php",
"append": "?>",
"eachLine": {
"prepend": "// "
}
2020-07-30 11:59:34 +02:00
},
2020-07-30 12:00:51 +02:00
"dotfile|licenseignore|gitignore|yml": {
2020-07-30 11:59:34 +02:00
"eachLine": {
"prepend": "# "
}
}
}
2020-07-30 11:31:18 +02:00
}